Issue #3974 - disable testAfterContentTransformerOverflowingToDisk()

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2020-08-24 15:24:58 +10:00
parent 2d3f0e0c10
commit 65c4e86bdb
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ import org.eclipse.jetty.util.log.Logger;
import org.eclipse.jetty.util.log.StacklessLogging;
import org.eclipse.jetty.util.thread.QueuedThreadPool;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.OS;
@ -978,6 +979,7 @@ public class AsyncMiddleManServletTest
assertArrayEquals(data, response.getContent());
}
@Disabled("See issue #3974")
@Test
public void testAfterContentTransformerOverflowingToDisk() throws Exception
{