Disable fileListStdin test from testcmdlineparser.

That test hangs the test run.
This commit is contained in:
Kimmo Varis 2011-09-30 08:35:23 +03:00
parent 556d523e4f
commit 70b153cc1e
1 changed files with 1 additions and 1 deletions

View File

@ -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);