Skip to content

Commit

Permalink
Fixes #8033 - Jetty-12 already completed exception in http2.tests.Max…
Browse files Browse the repository at this point in the history
…ConcurrentStreamsTest.

Fixed by the work done in #9684.

Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Jun 6, 2023
1 parent 4456f99 commit 4e6575b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;

@Disabled // TODO: bug/race condition in HttpChannelState, where the last write callback is invoked _after_ complete().
public class MaxConcurrentStreamsTest extends AbstractTest
{
private void start(int maxConcurrentStreams, Handler handler) throws Exception
Expand Down

0 comments on commit 4e6575b

Please sign in to comment.