Merge pull request #25592 from asmorkalov:as/gapi_disable_steaming_again

Disable more streaming test in G-API due to instability.
pull/25594/head
Alexander Smorkalov 8 months ago committed by GitHub
commit 68581e7b4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      modules/gapi/test/infer/gapi_infer_ie_test.cpp

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

Loading…
Cancel
Save