From 7cb68a66d00acbcec0f77750cb25dd3900a8ca88 Mon Sep 17 00:00:00 2001 From: Maciej Pichura <41297682+mpichura@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:18:29 +0200 Subject: [PATCH] ACS-6112: Ignoring test which fails intermittently. [skip tests] (#2613) * ACS-6112: Ignoring test which fails intermittently. [skip tests] as nothing has changed. One GHA timed out but that is unrelated. --- .../reindexing/NodesSecondaryAncestorIndexingTests.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/tas-elasticsearch/src/test/java/org/alfresco/elasticsearch/reindexing/NodesSecondaryAncestorIndexingTests.java b/tests/tas-elasticsearch/src/test/java/org/alfresco/elasticsearch/reindexing/NodesSecondaryAncestorIndexingTests.java index 1269063de8..2d08387877 100644 --- a/tests/tas-elasticsearch/src/test/java/org/alfresco/elasticsearch/reindexing/NodesSecondaryAncestorIndexingTests.java +++ b/tests/tas-elasticsearch/src/test/java/org/alfresco/elasticsearch/reindexing/NodesSecondaryAncestorIndexingTests.java @@ -7,6 +7,7 @@ import org.alfresco.utility.model.FileModel; import org.alfresco.utility.model.TestGroup; import org.testng.annotations.BeforeClass; +import org.testng.annotations.Ignore; import org.testng.annotations.Test; /** @@ -102,7 +103,8 @@ public void testSecondaryAncestorWithDocumentAsSecondaryChild() fileInP.getName()); } - @Test(groups = TestGroup.SEARCH) + @Test(groups = TestGroup.SEARCH, enabled = false) + @Ignore("ACS-6112") public void testSecondaryAncestorWithNodeHavingComplexSecondaryRelationship() { // then