mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
Disable more G-API streaming test due to unstability.
This commit is contained in:
parent
337c183b9d
commit
2bb8b2b173
@ -1825,6 +1825,9 @@ TEST(InferList, TestStreamingInfer)
|
|||||||
|
|
||||||
TEST(Infer2, TestStreamingInfer)
|
TEST(Infer2, 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