Skip to content

Commit a259cd2

Browse files
author
Kirill Kornyakov
committed
DISABLE test
1 parent 13a3cf5 commit a259cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/img_proc_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <gtest/gtest.h>
22
#include "img_proc.hpp"
33

4-
TEST(practice2, median_filter_test)
4+
TEST(practice2, DISABLED_median_filter_test)
55
{
66
std::string input = "./testdata/image.png";
77
std::string expOutput = "./testdata/image_median_11.png";

0 commit comments

Comments
 (0)