mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Skip InferList.TestStreamingInfer
This commit is contained in:
parent
99cacaaad6
commit
5e09fca0f8
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user