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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user