From e71f74ab20c6d626d98464e229f0ee93b70b7d57 Mon Sep 17 00:00:00 2001 From: Andrei Zapodeanu Date: Mon, 15 Oct 2018 14:43:14 +0300 Subject: [PATCH] REPO-3718: MNT-19833: Download via v1 REST API loaded in memory -- ignored the test for TestNG --- .../alfresco/rest/nodes/NodesContentAndVersioningTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-test/java/org/alfresco/rest/nodes/NodesContentAndVersioningTests.java b/e2e-test/java/org/alfresco/rest/nodes/NodesContentAndVersioningTests.java index 2b66113bd..8a31ff183 100644 --- a/e2e-test/java/org/alfresco/rest/nodes/NodesContentAndVersioningTests.java +++ b/e2e-test/java/org/alfresco/rest/nodes/NodesContentAndVersioningTests.java @@ -117,8 +117,8 @@ public class NodesContentAndVersioningTests extends RestTest } - @Ignore("This test takes around 30 minutes to complete so it will be ignored by default.") - @Test(groups = { TestGroup.REST_API, TestGroup.NODES, TestGroup.REGRESSION }) + // This test takes around 30 minutes to complete so it will be ignored by default + @Test(enabled=false, groups = { TestGroup.REST_API, TestGroup.NODES, TestGroup.REGRESSION }) @TestRail(section = { TestGroup.REST_API, TestGroup.NODES }, executionType = ExecutionType.REGRESSION, description = "Verify that the node content is streamed directly to the client and not buffered in memory.") public void verifyUploadDownloadLargeFileUsingRestAPI() throws Exception