mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Merge pull request #25592 from asmorkalov:as/gapi_disable_steaming_again
Disable more streaming test in G-API due to instability.
This commit is contained in:
commit
68581e7b4a
@ -1582,6 +1582,9 @@ TEST(Infer, SetInvalidNumberOfRequests)
|
||||
|
||||
TEST(Infer, TestStreamingInfer)
|
||||
{
|
||||
if (cvtest::skipUnstableTests)
|
||||
throw SkipTestException("Skip InferROI.TestStreamingInfer as it hangs sporadically");
|
||||
|
||||
initDLDTDataPath();
|
||||
|
||||
std::string filepath = findDataFile("cv/video/768x576.avi");
|
||||
|
Loading…
Reference in New Issue
Block a user