From c034c46e6945fa20cf192868628a01d58dae243b Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Wed, 15 May 2024 15:41:23 +0300 Subject: [PATCH] Disable more streaming test in G-API due to instability. --- modules/gapi/test/infer/gapi_infer_ie_test.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/gapi/test/infer/gapi_infer_ie_test.cpp b/modules/gapi/test/infer/gapi_infer_ie_test.cpp index 6cfdbee394..3998d68099 100644 --- a/modules/gapi/test/infer/gapi_infer_ie_test.cpp +++ b/modules/gapi/test/infer/gapi_infer_ie_test.cpp @@ -1582,6 +1582,9 @@ TEST(Infer, SetInvalidNumberOfRequests) TEST(Infer, TestStreamingInfer) { + if (cvtest::skipUnstableTests) + throw SkipTestException("Skip InferROI.TestStreamingInfer as it hangs sporadically"); + initDLDTDataPath(); std::string filepath = findDataFile("cv/video/768x576.avi");