Improve comment on external-sop/build.gradle

This commit is contained in:
Paul Schaub 2023-01-31 18:40:38 +01:00
parent 546b97fcc9
commit 9fdc8a5bad
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ test {
useJUnitPlatform()
// since we test external backends, we ignore test failures in this module
// since we test external backends which we might not control,
// we ignore test failures in this module
ignoreFailures = true
}