Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/googleapis/java-spanner i…
Browse files Browse the repository at this point in the history
…nto pitr-lite
  • Loading branch information
thiagotnunes committed Sep 30, 2020
2 parents a99fa66 + f037f2d commit e6abbab
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 e6abbab

Please sign in to comment.