Disable more streaming test in G-API due to instability.

This commit is contained in:
Alexander Smorkalov 2024-05-15 15:41:23 +03:00
parent 4d4def2d36
commit c034c46e69

View File

@ -1582,6 +1582,9 @@ TEST(Infer, SetInvalidNumberOfRequests)
TEST(Infer, TestStreamingInfer) TEST(Infer, TestStreamingInfer)
{ {
if (cvtest::skipUnstableTests)
throw SkipTestException("Skip InferROI.TestStreamingInfer as it hangs sporadically");
initDLDTDataPath(); initDLDTDataPath();
std::string filepath = findDataFile("cv/video/768x576.avi"); std::string filepath = findDataFile("cv/video/768x576.avi");