From 2bb8b2b173774b302a4af7f7978a14be5d26d54c Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Tue, 4 Jun 2024 11:07:22 +0300 Subject: [PATCH] Disable more G-API streaming test due to unstability. --- 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 3998d68099..a7c9637a4f 100644 --- a/modules/gapi/test/infer/gapi_infer_ie_test.cpp +++ b/modules/gapi/test/infer/gapi_infer_ie_test.cpp @@ -1825,6 +1825,9 @@ TEST(InferList, TestStreamingInfer) TEST(Infer2, TestStreamingInfer) { + if (cvtest::skipUnstableTests) + throw SkipTestException("Skip InferROI.TestStreamingInfer as it hangs sporadically"); + initDLDTDataPath(); std::string filepath = findDataFile("cv/video/768x576.avi");