Disable more G-API streaming test due to unstability.

This commit is contained in:
Alexander Smorkalov 2024-06-04 11:07:22 +03:00
parent 337c183b9d
commit 2bb8b2b173

View File

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