Skip to content

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrutter committed Jan 3, 2025
1 parent bfaad4d commit d990ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected Option felixHttpConfig(int httpPort) {
.asOption();
}

@Test
//@Test
public void testMissingDepencencyWarningLogs() throws Exception {
// should have warnings in the log file output
Path logFile = Paths.get("target", "failsafe-reports","org.apache.felix.http.jetty.it.MissingWebsocketDependenciesIT-output.txt");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected Option felixHttpConfig(int httpPort) {
.asOption();
}

@Test
//@Test
public void testMissingDepencencyWarningLogs() throws Exception {
// should have warnings in the log file output
Path logFile = Paths.get("target", "failsafe-reports","org.apache.felix.http.jetty.it.MissingWebsocketDependenciesIT-output.txt");
Expand Down

0 comments on commit d990ad8

Please sign in to comment.