Skip InferList.TestStreamingInfer

This commit is contained in:
Dmitry Kurtaev 2024-04-03 09:23:23 +03:00
parent 99cacaaad6
commit 5e09fca0f8

View File

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