We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a3cf5 commit a259cd2Copy full SHA for a259cd2
test/img_proc_test.cpp
@@ -1,7 +1,7 @@
1
#include <gtest/gtest.h>
2
#include "img_proc.hpp"
3
4
-TEST(practice2, median_filter_test)
+TEST(practice2, DISABLED_median_filter_test)
5
{
6
std::string input = "./testdata/image.png";
7
std::string expOutput = "./testdata/image_median_11.png";
0 commit comments