Revert flaky

This commit is contained in:
Joakim Erdfelt 2022-11-21 10:47:24 -06:00
parent d6fa9f2d2e
commit eae1d4c63b
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ import org.eclipse.jetty.util.Callback;
import org.eclipse.jetty.util.FuturePromise;
import org.eclipse.jetty.util.Promise;
import org.eclipse.jetty.util.StringUtil;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import static java.nio.charset.StandardCharsets.UTF_8;
@ -254,7 +253,6 @@ public class TrailersTest extends AbstractTest
}
@Test
@Tag("flaky") // see #8896
public void testTrailersSentByServerShouldNotSendEmptyDataFrame() throws Exception
{
String trailerName = "X-Trailer";