Fixes #8033 - Jetty-12 already completed exception in http2.tests.MaxConcurrentStreamsTest.
Fixed by the work done in #9684. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
4456f99de7
commit
4e6575b994
|
@ -78,7 +78,6 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue