Skip InferList.TestStreamingInfer

pull/25321/head
Dmitry Kurtaev 8 months ago
parent 99cacaaad6
commit 5e09fca0f8
  1. 3
      modules/gapi/test/infer/gapi_infer_ie_test.cpp

@ -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…
Cancel
Save