dnn(test): skip gather_multi_output test on Myriad
This commit is contained in:
parent
025a9647af
commit
474a67231c
@ -707,6 +707,11 @@ TEST_P(Test_ONNX_layers, Conv1d_variable_weight_bias)
|
||||
|
||||
TEST_P(Test_ONNX_layers, GatherMultiOutput)
|
||||
{
|
||||
#if defined(INF_ENGINE_RELEASE)
|
||||
if (target == DNN_TARGET_MYRIAD)
|
||||
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_MYRIAD, CV_TEST_TAG_DNN_SKIP_IE);
|
||||
#endif
|
||||
|
||||
testONNXModels("gather_multi_output");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user