Merge pull request #25702 from asmorkalov:as/gapi_disable_steaming_again

Disable more G-API streaming test due to unstability.
This commit is contained in:
Alexander Smorkalov 2024-06-04 13:01:21 +03:00 committed by GitHub
commit 92b588f30b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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");