Skip to content

Commit 92b588f

Browse files
authored
Merge pull request #25702 from asmorkalov:as/gapi_disable_steaming_again
Disable more G-API streaming test due to unstability.
2 parents d8f0838 + 2bb8b2b commit 92b588f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/gapi/test/infer/gapi_infer_ie_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1825,6 +1825,9 @@ TEST(InferList, TestStreamingInfer)
18251825

18261826
TEST(Infer2, TestStreamingInfer)
18271827
{
1828+
if (cvtest::skipUnstableTests)
1829+
throw SkipTestException("Skip InferROI.TestStreamingInfer as it hangs sporadically");
1830+
18281831
initDLDTDataPath();
18291832

18301833
std::string filepath = findDataFile("cv/video/768x576.avi");

0 commit comments

Comments
 (0)