Skip to content

Commit

Permalink
Disable fs monitoring for all integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Dec 5, 2024
1 parent 146a7e0 commit 5e2ae80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ public Builder extectedNodeStartupCount(int expectedNodeStartupCount) {
}

public Builder nodeSettings(Map<String, Object> settings) {
settings.put("monitor.fs.health.enabled", false);
settings.forEach((key, value) -> {
if (value instanceof List) {
List<String> values = ((List<?>) value).stream().map(String::valueOf).collect(Collectors.toList());
Expand Down

0 comments on commit 5e2ae80

Please sign in to comment.