From 24d7eb0ca5cc90408202f0ba1f5ca77677298c9e Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Thu, 8 Dec 2022 17:18:29 +0000 Subject: [PATCH] videoio(test): test skip due to non-updated FFmpeg wrapper --- modules/videoio/test/test_ffmpeg.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/videoio/test/test_ffmpeg.cpp b/modules/videoio/test/test_ffmpeg.cpp index a77e2938aa..5fb50ef4e4 100644 --- a/modules/videoio/test/test_ffmpeg.cpp +++ b/modules/videoio/test/test_ffmpeg.cpp @@ -584,6 +584,11 @@ TEST_P(videoio_ffmpeg_16bit, basic) const double time_sec = 1; const int numFrames = static_cast(fps * time_sec); +#ifdef _WIN32 // TODO: FFmpeg wrapper update + if (isSupported) + throw SkipTestException("FFmpeg wrapper update is required"); +#endif + { VideoWriter writer; writer.open(filename, CAP_FFMPEG, fourcc, fps, sz,