This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 2e7f45800c CAUSEWAY-2445: disable breaking tests for isis build
2e7f45800c is described below
commit 2e7f45800c5969962884be75663ce7f51879b57c
Author: Andi Huber <[email protected]>
AuthorDate: Thu Feb 15 07:17:48 2024 +0100
CAUSEWAY-2445: disable breaking tests for isis build
---
.../graphql/viewer/test/e2e/queryandmutations/Staff_IntegTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/queryandmutations/Staff_IntegTest.java
b/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/queryandmutations/Staff_IntegTest.java
index b6697e5379..c06c622d7a 100644
---
a/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/queryandmutations/Staff_IntegTest.java
+++
b/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/queryandmutations/Staff_IntegTest.java
@@ -25,6 +25,7 @@ import org.approvaltests.reporters.DiffReporter;
import org.approvaltests.reporters.UseReporter;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.transaction.annotation.Propagation;
@@ -39,6 +40,7 @@ import
org.apache.causeway.viewer.graphql.viewer.test.e2e.Abstract_IntegTest;
//NOT USING @Transactional since we are running server within same transaction
otherwise
@Order(60)
@ActiveProfiles("test")
+@DisabledIfEnvironmentVariable(named = "PROJECT_ROOT_PATH", matches =
".*isis") // disable for isis build
public class Staff_IntegTest extends Abstract_IntegTest {
@Test