1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #25321 from dkurt:skip_gapi_test

Skip InferList.TestStreamingInfer
This commit is contained in:
Alexander Smorkalov
2024-04-22 11:43:25 +03:00
committed by GitHub
@@ -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");