We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8264e commit 9593c9bCopy full SHA for 9593c9b
1 file changed
modules/highgui/test/test_gui.cpp
@@ -80,9 +80,6 @@ TEST(Highgui_GUI, regression)
80
81
EXPECT_NO_THROW(destroyAllWindows());
82
ASSERT_NO_THROW(namedWindow(window_name));
83
-#if defined HAVE_FRAMEBUFFER
84
- ASSERT_NO_THROW(resizeWindow(window_name, 800, 600));
85
-#endif
86
const vector<int> channels = {1, 3, 4};
87
const vector<int> depths = {CV_8U, CV_8S, CV_16U, CV_16S, CV_32F, CV_64F};
88
for(int cn : channels)
0 commit comments