You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/07/21 16:29:41 UTC

[isis] branch ISIS-3002 updated: ISIS-3002: fixes gql incubator tests

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-3002
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-3002 by this push:
     new cc1416c1d1 ISIS-3002: fixes gql incubator tests
cc1416c1d1 is described below

commit cc1416c1d18ad341bdfc493142e6a31828a50b65
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jul 21 17:29:32 2022 +0100

    ISIS-3002: fixes gql incubator tests
---
 .../apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.java b/incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.java
index 05e7b42496..e68d8a6d78 100644
--- a/incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.java
+++ b/incubator/viewers/graphql/viewer/src/test/java/org/apache/isis/viewer/graphql/viewer/source/EndToEnd_IntegTest.java
@@ -120,7 +120,7 @@ public class EndToEnd_IntegTest extends TestDomainModuleIntegTestAbstract {
     }
 
 
-    @Test
+    @Test @DisabledIfSystemProperty(named = "isRunningWithSurefire", matches = "true")
     @UseReporter(TextWebReporter.class)
     void findAllE1() throws Exception {