Commit 071e78d0 authored by Maksim Shabunin's avatar Maksim Shabunin

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.
parent e85ae5f2
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment