Exclude gpu registerPluginsXMLUnicodePath test due to 76197 (#10029)

This commit is contained in:
Alina Kladieva 2022-02-01 13:43:38 +03:00 committed by GitHub
parent 9bb7697b2f
commit f25c450534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,5 +95,7 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*smoke_Auto_BehaviorTests.*InferFullyDynamicNetworkWith(S|G)etTensor.*)", R"(.*smoke_Auto_BehaviorTests.*InferFullyDynamicNetworkWith(S|G)etTensor.*)",
// need dynamic shapes // need dynamic shapes
R"(.*RangeLayerTest.*)", R"(.*RangeLayerTest.*)",
// Issue: 76197
R"(.*registerPluginsXMLUnicodePath.*)",
}; };
} }