Disabled videoio_video_prop_fps test

This test does not return correct values with some software configurations.
Possible problem with ffmpeg on buildbot's linux-slave.
This commit is contained in:
Maksim Shabunin 2014-10-23 18:43:24 +04:00
parent e85ae5f2f0
commit 071e78d02e

View 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();