This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch CAUSEWAY-3676
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/CAUSEWAY-3676 by this push:
new d40dda3369 CAUSEWAY-3676: attempts to get mvnd build to pass
d40dda3369 is described below
commit d40dda336916ff0f5f80f5e2191fe1852c1f3a4c
Author: danhaywood <[email protected]>
AuthorDate: Fri Jan 19 15:45:10 2024 +0000
CAUSEWAY-3676: attempts to get mvnd build to pass
---
.../causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.java
b/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.java
index cfda766e7a..718ae6d79f 100644
---
a/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.java
+++
b/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Schema_IntegTest.java
@@ -25,6 +25,10 @@ import org.approvaltests.reporters.DiffReporter;
import org.approvaltests.reporters.UseReporter;
import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledIfSystemProperties;
+
+import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
+
import org.springframework.test.context.ActiveProfiles;
import static
org.apache.causeway.commons.internal.assertions._Assert.assertEquals;
@@ -38,6 +42,7 @@ import static
org.assertj.core.api.AssertionsForInterfaceTypes.assertThat;
public class Schema_IntegTest extends
CausewayViewerGraphqlTestModuleIntegTestAbstract {
@Test
+ @DisabledIfSystemProperty(named = "isRunningWithSurefire", matches =
"true")
@UseReporter(DiffReporter.class)
void schema() throws Exception {
Approvals.verify(submit(), jsonOptions());