mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
Disable more streaming test in G-API due to instability.
This commit is contained in:
parent
4d4def2d36
commit
c034c46e69
@ -1582,6 +1582,9 @@ TEST(Infer, SetInvalidNumberOfRequests)
|
|||||||
|
|
||||||
TEST(Infer, TestStreamingInfer)
|
TEST(Infer, TestStreamingInfer)
|
||||||
{
|
{
|
||||||
|
if (cvtest::skipUnstableTests)
|
||||||
|
throw SkipTestException("Skip InferROI.TestStreamingInfer as it hangs sporadically");
|
||||||
|
|
||||||
initDLDTDataPath();
|
initDLDTDataPath();
|
||||||
|
|
||||||
std::string filepath = findDataFile("cv/video/768x576.avi");
|
std::string filepath = findDataFile("cv/video/768x576.avi");
|
||||||
|
Loading…
Reference in New Issue
Block a user