Skip to content

Commit 0057c4f

Browse files
authored
rls: temporarily disable lb test until fixed (#7011)
1 parent 86fc047 commit 0057c4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rls/src/test/java/io/grpc/rls/internal/RlsLoadBalancerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
import javax.annotation.Nonnull;
8080
import org.junit.After;
8181
import org.junit.Before;
82+
import org.junit.Ignore;
8283
import org.junit.Rule;
8384
import org.junit.Test;
8485
import org.junit.runner.RunWith;
@@ -166,6 +167,7 @@ public void tearDown() throws Exception {
166167
}
167168

168169
@Test
170+
@Ignore
169171
public void lb_working() throws Exception {
170172
final InOrder inOrder = inOrder(helper);
171173

0 commit comments

Comments
 (0)