Skip sporadic GPU canInferOnUserQueue test case (#11310)

This commit is contained in:
Alina Kladieva 2022-03-29 19:48:37 +03:00 committed by GitHub
parent fb99fd1d2f
commit 458378e9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,5 +99,7 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*registerPluginsXMLUnicodePath.*)",
// Not supported yet
R"(.*CompileModelCacheTestBase.*)",
// Issue: 83014
R"(.*smoke_RemoteBlob.*canInferOnUserQueue.*)",
};
}