Skip to content

Commit

Permalink
Ignore flaky ProtocolCompatibilityTest#serviceTalkToGrpcJavaTimeout
Browse files Browse the repository at this point in the history
Motivation:

Ignore this test until apple#1489 is resolved. Otherwise, it blocks other PRs.
  • Loading branch information
idelpivnitskiy committed Apr 15, 2021
1 parent 6948c0f commit 74dc4fd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
import io.grpc.stub.StreamObserver;
import io.netty.handler.ssl.SslContext;
import io.netty.handler.ssl.util.InsecureTrustManagerFactory;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.experimental.theories.DataPoints;
import org.junit.experimental.theories.FromDataPoints;
Expand Down Expand Up @@ -525,6 +526,7 @@ public void grpcJavaToGrpcJavaTimeout(@FromDataPoints("ssl") final boolean ssl,
}

@Theory
@Ignore("https://github.com/apple/servicetalk/issues/1489")
public void serviceTalkToGrpcJavaTimeout(@FromDataPoints("ssl") final boolean ssl,
@FromDataPoints("streaming") final boolean streaming,
@FromDataPoints("compression") final String compression) throws Exception {
Expand Down

0 comments on commit 74dc4fd

Please sign in to comment.