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

Skip LimitedSourceInfer.ReleaseFrameAsync test in CI as it hangs sporadically.

This commit is contained in:
Alexander Smorkalov
2025-10-10 13:43:38 +03:00
parent 34f6c0764e
commit e7d046f31a
@@ -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;