diff --git a/external-sop/build.gradle b/external-sop/build.gradle index dea3c3d..1bb86fc 100644 --- a/external-sop/build.gradle +++ b/external-sop/build.gradle @@ -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 }