Disabled videoio_video_prop_fps test
authorMaksim Shabunin <maksim.shabunin@itseez.com>
Thu, 23 Oct 2014 14:43:24 +0000 (18:43 +0400)
committerMaksim Shabunin <maksim.shabunin@itseez.com>
Fri, 24 Oct 2014 07:37:15 +0000 (11:37 +0400)
This test does not return correct values with some software configurations.
Possible problem with ffmpeg on buildbot's linux-slave.

modules/videoio/test/test_basic_props.cpp

index 3f92876..ef2fabe 100644 (file)
@@ -108,7 +108,7 @@ TEST(Videoio_Video, actual_resolution)
     }
 }
 
-TEST(Videoio_Video, prop_fps)
+TEST(Videoio_Video, DISABLED_prop_fps)
 {
     const size_t n = sizeof(ext)/sizeof(ext[0]);
     const string src_dir = TS::ptr()->get_data_path();