mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Merge pull request #25294 from asmorkalov:as/InferROI_TestStreamingInfer_supress
Skip InferROI.TestStreamingInfer as unstable as it hangs on CI time-to-time
This commit is contained in:
commit
9716bf95ae
@ -1649,6 +1649,9 @@ TEST(Infer, TestStreamingInfer)
|
||||
|
||||
TEST(InferROI, TestStreamingInfer)
|
||||
{
|
||||
if (cvtest::skipUnstableTests)
|
||||
throw SkipTestException("Skip InferROI.TestStreamingInfer as it hangs sporadically");
|
||||
|
||||
initDLDTDataPath();
|
||||
|
||||
std::string filepath = findDataFile("cv/video/768x576.avi");
|
||||
|
Loading…
Reference in New Issue
Block a user