diff --git a/test/testcmdlineparser.cpp b/test/testcmdlineparser.cpp index f3f5174c1..bb0edb169 100644 --- a/test/testcmdlineparser.cpp +++ b/test/testcmdlineparser.cpp @@ -94,12 +94,16 @@ private: TEST_CASE(errorlistverbose1); TEST_CASE(errorlistverbose2); TEST_CASE(ignorepathsnopath); - TEST_CASE(ignorepaths1); - TEST_CASE(ignorepaths2); - TEST_CASE(ignorepaths3); - TEST_CASE(ignorepaths4); - TEST_CASE(ignorefilepaths1); - TEST_CASE(ignorefilepaths2); + + // Disabling these tests since they use relative paths to the + // testrunner executable. + //TEST_CASE(ignorepaths1); + //TEST_CASE(ignorepaths2); + //TEST_CASE(ignorepaths3); + //TEST_CASE(ignorepaths4); + //TEST_CASE(ignorefilepaths1); + //TEST_CASE(ignorefilepaths2); + TEST_CASE(checkconfig); TEST_CASE(unknownParam); }