[CPU][TESTS] Disabled sporadically failed Core treading test on Windows (#1227)
This commit is contained in:
parent
bd0aa6ac6d
commit
071682629b
@ -33,8 +33,9 @@ std::vector<std::string> disabledTestPatterns() {
|
||||
R"(.*Reduce.*axes=\(0\.3\)_type=Prod.*)",
|
||||
// TODO: Issue 34055
|
||||
R"(.*RangeLayerTest.*)",
|
||||
// TODO: Issue 34092
|
||||
#if (defined(_WIN32) || defined(_WIN64))
|
||||
R"(.*(CoreThreadingTestsWithIterations).*(smoke_LoadNetworkAccuracy).*(targetDevice=HETERO).*)",
|
||||
R"(.*(CoreThreadingTestsWithIterations).*(smoke_LoadNetworkAccuracy).*)",
|
||||
#endif
|
||||
// TODO: Issue: 34348
|
||||
R"(.*IEClassGetAvailableDevices.*)",
|
||||
|
Loading…
Reference in New Issue
Block a user