diff --git a/modules/gapi/test/infer/gapi_infer_ie_test.cpp b/modules/gapi/test/infer/gapi_infer_ie_test.cpp index f6a6be0651..058896bc83 100644 --- a/modules/gapi/test/infer/gapi_infer_ie_test.cpp +++ b/modules/gapi/test/infer/gapi_infer_ie_test.cpp @@ -1649,6 +1649,9 @@ TEST(Infer, TestStreamingInfer) TEST(InferROI, TestStreamingInfer) { + if (cvtest::skipUnstableTests) + throw SkipTestException("Skip InferROI.TestStreamingInfer as it hangs sporadically"); + initDLDTDataPath(); std::string filepath = findDataFile("cv/video/768x576.avi");