Disable fileListStdin test from testcmdlineparser.
That test hangs the test run.
This commit is contained in:
parent
556d523e4f
commit
70b153cc1e
|
@ -71,7 +71,7 @@ private:
|
|||
TEST_CASE(exitcodeSuppressions);
|
||||
TEST_CASE(exitcodeSuppressionsNoFile);
|
||||
TEST_CASE(fileList); // TODO: Create and test real file listing file
|
||||
TEST_CASE(fileListStdin);
|
||||
// TEST_CASE(fileListStdin); // Disabled since hangs the test run
|
||||
TEST_CASE(inlineSuppr);
|
||||
TEST_CASE(jobs);
|
||||
TEST_CASE(jobsMissingCount);
|
||||
|
|
Loading…
Reference in New Issue