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 Apr 14, 2023
1 parent a4ecb91 commit 9fea983
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 9fea983

Please sign in to comment.