1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #27887 from asmorkalov:as/flacky_gapi

Skip LimitedSourceInfer.ReleaseFrameAsync test in CI as it hangs sporadically
This commit is contained in:
Alexander Smorkalov
2025-10-10 15:14:36 +03:00
committed by GitHub
@@ -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;