Skip to content

Commit 1bc1f3d

Browse files
committed
Merge pull request opencv#10374 from tomoaki0705:removeGstreamerTest
2 parents a8a51db + 50d44e0 commit 1bc1f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/video/perf/opencl/perf_bgfg_mog2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ OCL_PERF_TEST_P(MOG2_GetBackgroundImage, Mog2, Combine(Values("gpu/video/768x576
9898
}
9999
mog2->getBackgroundImage(u_background);
100100
}
101-
SANITY_CHECK(u_background);
101+
SANITY_CHECK_NOTHING();
102102
}
103103

104104
}}// namespace cvtest::ocl

0 commit comments

Comments
 (0)