REPO-3718: MNT-19833: Download via v1 REST API loaded in memory -- ignored the test for TestNG

This commit is contained in:
Andrei Zapodeanu
2018-10-15 14:43:14 +03:00
parent 42f945f178
commit e71f74ab20
@@ -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