Skip to content

Commit f037f2d

Browse files
authored
fix: skip failing backup tests for now (#463)
Until b/169431286 is fixed.
1 parent 28103fb commit f037f2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITDatabaseAdminTest.java

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
import org.junit.After;
6464
import org.junit.Before;
6565
import org.junit.ClassRule;
66+
import org.junit.Ignore;
6667
import org.junit.Test;
6768
import org.junit.experimental.categories.Category;
6869
import org.junit.runner.RunWith;
@@ -263,6 +264,7 @@ public void onClose(Status status, Metadata metadata) {
263264
}
264265
}
265266

267+
@Ignore("Skipping until list backup operations bug is fixed: b/169431286")
266268
@Test
267269
public void testRetryNonIdempotentRpcsReturningLongRunningOperations() throws Exception {
268270
assumeFalse(

0 commit comments

Comments
 (0)