From 9d6501e9a6dabcea4adaf2d9912b508cfbe9c392 Mon Sep 17 00:00:00 2001 From: Alexander Zhogov Date: Mon, 11 May 2020 14:59:09 +0300 Subject: [PATCH] Azure Pipelines: exclude failed Mac test fix --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index deef7845c4c..671b040439d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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