Skip to content

Commit 3aa9a0e

Browse files
committed
Disable check log messages
Its behavior is too unpredictable on laptop/server/travis/appveyor.
1 parent 68b8f77 commit 3aa9a0e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/src/java/nl/esciencecenter/e3dchem/kripodb/FragmentsByIdWorkflowTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ public void test_pdb() throws IOException, InvalidSettingsException, CanceledExe
7070
runConfiguration.setLoadSaveLoad(false);
7171
// Windows CI complains about extra error message
7272
// Linux CI complains about missing error message
73-
// So we cant make them both happy so disable log checking on Windows
74-
if (System.getProperty("os.name").contains("Windows")) {
75-
runConfiguration.setCheckLogMessages(false);
76-
}
73+
// So we cant make them both happy so disable log checking
74+
runConfiguration.setCheckLogMessages(false);
7775
runner = new TestFlowRunner(collector, runConfiguration);
7876
runTestWorkflow("src/knime/kripo-fragment-information-test-pdb");
7977
}

0 commit comments

Comments
 (0)