Skip InferROI.TestStreamingInfer as unstable as it hangs on CI time-to-time.

This commit is contained in:
Alexander Smorkalov 2024-03-29 11:33:12 +03:00
parent 2b9d1a2ff8
commit a7d6f105e7

View File

@ -1649,6 +1649,9 @@ TEST(Infer, TestStreamingInfer)
TEST(InferROI, TestStreamingInfer) TEST(InferROI, TestStreamingInfer)
{ {
if (cvtest::skipUnstableTests)
throw SkipTestException("Skip InferROI.TestStreamingInfer as it hangs sporadically");
initDLDTDataPath(); initDLDTDataPath();
std::string filepath = findDataFile("cv/video/768x576.avi"); std::string filepath = findDataFile("cv/video/768x576.avi");