From a7d6f105e7f0f65d04fb89be85447b02dbeaeafc Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Fri, 29 Mar 2024 11:33:12 +0300 Subject: [PATCH] Skip InferROI.TestStreamingInfer as unstable as it hangs on CI time-to-time. --- 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 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");