mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 02:53:07 +08:00
Merge pull request #25321 from dkurt:skip_gapi_test
Skip InferList.TestStreamingInfer
This commit is contained in:
commit
50b6edc9ba
@ -1730,6 +1730,9 @@ TEST(InferROI, TestStreamingInfer)
|
|||||||
|
|
||||||
TEST(InferList, TestStreamingInfer)
|
TEST(InferList, TestStreamingInfer)
|
||||||
{
|
{
|
||||||
|
if (cvtest::skipUnstableTests)
|
||||||
|
throw SkipTestException("Skip InferList.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