From 5e09fca0f87efd993e17b94bba28e208719b535e Mon Sep 17 00:00:00 2001 From: Dmitry Kurtaev Date: Wed, 3 Apr 2024 09:23:23 +0300 Subject: [PATCH] Skip InferList.TestStreamingInfer --- 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 058896bc83..6cfdbee394 100644 --- a/modules/gapi/test/infer/gapi_infer_ie_test.cpp +++ b/modules/gapi/test/infer/gapi_infer_ie_test.cpp @@ -1730,6 +1730,9 @@ TEST(InferROI, TestStreamingInfer) TEST(InferList, TestStreamingInfer) { + if (cvtest::skipUnstableTests) + throw SkipTestException("Skip InferList.TestStreamingInfer as it hangs sporadically"); + initDLDTDataPath(); std::string filepath = findDataFile("cv/video/768x576.avi");