Highgui_Video.prop_fps disabled as fails with FFmpeg in Ubuntu 14.04.

This commit is contained in:
Alexander Smorkalov 2014-09-30 13:35:19 +04:00
parent 1f4fe3bb27
commit 8271c4e9c4

View File

@ -108,7 +108,7 @@ TEST(Highgui_Video, actual_resolution)
}
}
TEST(Highgui_Video, prop_fps)
TEST(Highgui_Video, DISABLED_prop_fps)
{
const size_t n = sizeof(ext)/sizeof(ext[0]);
const string src_dir = TS::ptr()->get_data_path();