diff --git a/netty/src/test/java/io/grpc/netty/NettyClientHandlerTest.java b/netty/src/test/java/io/grpc/netty/NettyClientHandlerTest.java index 18a784ffecb..b5082b00a46 100644 --- a/netty/src/test/java/io/grpc/netty/NettyClientHandlerTest.java +++ b/netty/src/test/java/io/grpc/netty/NettyClientHandlerTest.java @@ -81,7 +81,6 @@ import java.util.Queue; import java.util.concurrent.atomic.AtomicBoolean; import org.junit.Before; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestName; @@ -440,7 +439,6 @@ public void channelShutdownShouldFailInFlightStreams() throws Exception { } @Test - @Ignore("Re-enable once https://github.com/grpc/grpc-java/issues/1175 is fixed") public void connectionWindowShouldBeOverridden() throws Exception { flowControlWindow = 1048576; // 1MiB setUp(); diff --git a/netty/src/test/java/io/grpc/netty/NettyServerHandlerTest.java b/netty/src/test/java/io/grpc/netty/NettyServerHandlerTest.java index ad64e60c906..c99b8614ab6 100644 --- a/netty/src/test/java/io/grpc/netty/NettyServerHandlerTest.java +++ b/netty/src/test/java/io/grpc/netty/NettyServerHandlerTest.java @@ -86,7 +86,6 @@ import java.util.List; import java.util.Queue; import java.util.concurrent.TimeUnit; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.JUnit4; @@ -360,7 +359,6 @@ public void shouldAdvertiseMaxHeaderListSize() throws Exception { } @Test - @Ignore("Re-enable once https://github.com/grpc/grpc-java/issues/1175 is fixed") public void connectionWindowShouldBeOverridden() throws Exception { flowControlWindow = 1048576; // 1MiB manualSetUp();