Skip to content

Commit

Permalink
rls: temporarily disable lb test until fixed (#7011)
Browse files Browse the repository at this point in the history
  • Loading branch information
creamsoup committed May 6, 2020
1 parent 86fc047 commit 0057c4f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
import javax.annotation.Nonnull;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -166,6 +167,7 @@ public void tearDown() throws Exception {
}

@Test
@Ignore
public void lb_working() throws Exception {
final InOrder inOrder = inOrder(helper);

Expand Down

0 comments on commit 0057c4f

Please sign in to comment.