1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #25592 from asmorkalov:as/gapi_disable_steaming_again

Disable more streaming test in G-API due to instability.
This commit is contained in:
Alexander Smorkalov
2024-05-15 16:41:13 +03:00
committed by GitHub
@@ -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");