Disable flaky test (#8816)

This commit is contained in:
Joakim Erdfelt 2022-11-01 23:55:53 -05:00 committed by GitHub
parent 59c1cfa327
commit 86c0d5b3e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
{