diff --git a/projects/SelfTest/MiscTests.cpp b/projects/SelfTest/MiscTests.cpp index ca65d21a..d7596586 100644 --- a/projects/SelfTest/MiscTests.cpp +++ b/projects/SelfTest/MiscTests.cpp @@ -304,12 +304,12 @@ TEST_CASE( "first tag", "[tag1]" ) TEST_CASE( "second tag", "[tag2]" ) { } - -TEST_CASE( "spawn a new process", "[hide]" ) -{ - // !TBD Work in progress - char line[200]; - FILE* output = popen("./CatchSelfTest ./failing/matchers/StartsWith", "r"); - while ( fgets(line, 199, output) ) - std::cout << line; -} +// +//TEST_CASE( "spawn a new process", "[hide]" ) +//{ +// // !TBD Work in progress +// char line[200]; +// FILE* output = popen("./CatchSelfTest ./failing/matchers/StartsWith", "r"); +// while ( fgets(line, 199, output) ) +// std::cout << line; +//}