Skip to content

Commit

Permalink
Add comments to gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
SoMuchForSubtlety committed May 24, 2023
1 parent 00b96f3 commit 5f620ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,12 @@ subprojects {
}

if (System.properties['test.profile'] == 'podman') {
// The compose container relies on the deprecated link feature, which is not supported by podman
exclude '**/*DockerCompose*'
filter {
// cgroups v2 don't support settings swappiness
excludeTestsMatching '*shouldReportOOMAfterWait'
}
}
}

Expand Down

0 comments on commit 5f620ec

Please sign in to comment.