Revert "Skip sporadic GPU canInferOnUserQueue test case (#11310)" (#11362)

This reverts commit 458378e9e7.
This commit is contained in:
Alina Kladieva 2022-03-31 17:38:03 +03:00 committed by GitHub
parent 15b4553eaf
commit dc83410cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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