Skip to content

Commit

Permalink
Disable check log messages
Browse files Browse the repository at this point in the history
Its behavior is too unpredictable on laptop/server/travis/appveyor.
  • Loading branch information
sverhoeven committed Mar 6, 2017
1 parent 68b8f77 commit 3aa9a0e
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ public void test_pdb() throws IOException, InvalidSettingsException, CanceledExe
runConfiguration.setLoadSaveLoad(false);
// Windows CI complains about extra error message
// Linux CI complains about missing error message
// So we cant make them both happy so disable log checking on Windows
if (System.getProperty("os.name").contains("Windows")) {
runConfiguration.setCheckLogMessages(false);
}
// So we cant make them both happy so disable log checking
runConfiguration.setCheckLogMessages(false);
runner = new TestFlowRunner(collector, runConfiguration);
runTestWorkflow("src/knime/kripo-fragment-information-test-pdb");
}
Expand Down

0 comments on commit 3aa9a0e

Please sign in to comment.