Skip to content

Commit

Permalink
disable test accidentally added for #5737
Browse files Browse the repository at this point in the history
Signed-off-by: gregw <gregw@webtide.com>
  • Loading branch information
gregw committed Nov 30, 2020
1 parent 4022be8 commit 7e9b050
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -54,6 +54,7 @@
import org.eclipse.jetty.util.IO;
import org.eclipse.jetty.util.log.StacklessLogging;
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ArgumentsSource;

Expand Down Expand Up @@ -756,6 +757,7 @@ public void testBlockingReadHttpIdleTimeoutOverridesIdleTimeout(Transport transp

@ParameterizedTest
@ArgumentsSource(TransportProvider.class)
@Disabled // TODO #5737
public void testBlockingReadInOtherThreadThenComplete(Transport transport) throws Exception
{
init(transport);
Expand Down

0 comments on commit 7e9b050

Please sign in to comment.