ACS-3531 Ignore testDownloadFileContent since it fails so frequently.

This commit is contained in:
Tom Page
2022-09-12 18:07:18 +01:00
parent 0bbc63fb20
commit 6e5d37067d

View File

@@ -106,6 +106,7 @@ import org.apache.commons.collections.map.MultiValueMap;
import org.json.simple.JSONObject; import org.json.simple.JSONObject;
import org.junit.After; import org.junit.After;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
/** /**
@@ -3611,6 +3612,7 @@ public class NodeApiTest extends AbstractSingleNetworkSiteTest
* {@literal <host>:<port>/alfresco/api/-default-/public/alfresco/versions/1/nodes/<nodeId>/content} * {@literal <host>:<port>/alfresco/api/-default-/public/alfresco/versions/1/nodes/<nodeId>/content}
*/ */
@Test @Test
@Ignore("ACS-3531 Frequent intermittent failure")
public void testDownloadFileContent() throws Exception public void testDownloadFileContent() throws Exception
{ {
setRequestContext(user1); setRequestContext(user1);