Disable flaky test (#8816)
This commit is contained in:
parent
59c1cfa327
commit
86c0d5b3e5
|
@ -40,6 +40,7 @@ import org.eclipse.jetty.util.component.LifeCycle;
|
|||
import org.eclipse.jetty.util.ssl.SslContextFactory;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
|
@ -101,6 +102,7 @@ public class End2EndClientTest
|
|||
LifeCycle.stop(server);
|
||||
}
|
||||
|
||||
@Disabled("Flaky test - see Issue #8815")
|
||||
@Test
|
||||
public void testSimpleHTTP1() throws Exception
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue