[CPU][TESTS] Disabled sporadically failed Core treading test on Windows (#1227)

This commit is contained in:
Gorokhov Dmitriy 2020-07-06 16:22:59 +03:00 committed by GitHub
parent bd0aa6ac6d
commit 071682629b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,9 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*Reduce.*axes=\(0\.3\)_type=Prod.*)", R"(.*Reduce.*axes=\(0\.3\)_type=Prod.*)",
// TODO: Issue 34055 // TODO: Issue 34055
R"(.*RangeLayerTest.*)", R"(.*RangeLayerTest.*)",
// TODO: Issue 34092
#if (defined(_WIN32) || defined(_WIN64)) #if (defined(_WIN32) || defined(_WIN64))
R"(.*(CoreThreadingTestsWithIterations).*(smoke_LoadNetworkAccuracy).*(targetDevice=HETERO).*)", R"(.*(CoreThreadingTestsWithIterations).*(smoke_LoadNetworkAccuracy).*)",
#endif #endif
// TODO: Issue: 34348 // TODO: Issue: 34348
R"(.*IEClassGetAvailableDevices.*)", R"(.*IEClassGetAvailableDevices.*)",