From e7d046f31a19fc5873effe0146fcdd16577d0165 Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Fri, 10 Oct 2025 13:43:38 +0300 Subject: [PATCH] Skip LimitedSourceInfer.ReleaseFrameAsync test in CI as it hangs sporadically. --- 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 ff27489434..26241c1185 100644 --- a/modules/gapi/test/infer/gapi_infer_ie_test.cpp +++ b/modules/gapi/test/infer/gapi_infer_ie_test.cpp @@ -2343,6 +2343,9 @@ TEST_F(LimitedSourceInfer, ReleaseFrame) TEST_F(LimitedSourceInfer, ReleaseFrameAsync) { + if (cvtest::skipUnstableTests) + throw SkipTestException("Skip LimitedSourceInfer.ReleaseFrameAsync as it hangs sporadically"); + constexpr int max_frames = 50; constexpr int resources_limit = 4; constexpr int nireq = 8;