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
commit 50b6edc9ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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