Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x

This commit is contained in:
Lachlan Roberts 2020-08-24 16:48:52 +10:00
commit bfb6b9f39a
1 changed files with 2 additions and 0 deletions

View File

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