Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: skip failing backup tests for now (#463)
Until b/169431286 is fixed.
  • Loading branch information
thiagotnunes committed Sep 30, 2020
1 parent 28103fb commit f037f2d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -63,6 +63,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -263,6 +264,7 @@ public void onClose(Status status, Metadata metadata) {
}
}

@Ignore("Skipping until list backup operations bug is fixed: b/169431286")
@Test
public void testRetryNonIdempotentRpcsReturningLongRunningOperations() throws Exception {
assumeFalse(
Expand Down

0 comments on commit f037f2d

Please sign in to comment.