Skip to content

Commit

Permalink
Filter log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 16, 2024
1 parent b09f06e commit e93f836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/openrewrite/maven/BasicIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ void snapshot_ok(MavenExecutionResult result) {
.isSuccessful()
.out()
.warn()
.filteredOn(line -> !line.contains("Gauge registration will be ignored"))
.isEmpty();
assertThat(result).out().info().contains("Running recipe(s)...");
}
Expand Down

0 comments on commit e93f836

Please sign in to comment.