Merge pull request #25321 from dkurt:skip_gapi_test

Skip InferList.TestStreamingInfer
pull/25469/head
Alexander Smorkalov 1 year ago committed by GitHub
commit 50b6edc9ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      modules/gapi/test/infer/gapi_infer_ie_test.cpp

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

Loading…
Cancel
Save