Azure Pipelines: exclude failed Mac test fix
authorAlexander Zhogov <alexander.zhogov@intel.com>
Mon, 11 May 2020 09:27:57 +0000 (12:27 +0300)
committerAlexander Zhogov <alexander.zhogov@intel.com>
Mon, 11 May 2020 09:27:57 +0000 (12:27 +0300)
azure-pipelines.yml

index 16907fc..deef784 100644 (file)
@@ -184,7 +184,7 @@ jobs:
   - script: |
       export DATA_PATH=`pwd`/../testdata
       export MODELS_PATH=`pwd`/../testdata
-      ../bin/intel64/$(BUILD_TYPE)/MklDnnFunctionalTests --gtest_filter=-smoke_Inception/ModelTransformationsTest.LPT/inception_v3_tf_batch1_inPluginDisabled_inTestDisabled_asymmetric
+      ../bin/intel64/$(BUILD_TYPE)/MklDnnFunctionalTests --gtest_filter=-smoke_Inception/ModelTransformationsTest.LPT/inception_v3_tf_batch1_inPluginDisabled_inTestDisabled_asymmetric*
     workingDirectory: dldt-build
     displayName: 'MklDnnFunctionalTests'
     continueOnError: true