Skip to content

Commit b22cd7d

Browse files
authored
Revert "fix: skip failing backup tests for now" (#634)
This reverts commit 990c612.
1 parent 373981c commit b22cd7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
import org.junit.After;
6464
import org.junit.Before;
6565
import org.junit.ClassRule;
66-
import org.junit.Ignore;
6766
import org.junit.Test;
6867
import org.junit.experimental.categories.Category;
6968
import org.junit.runner.RunWith;
@@ -270,7 +269,6 @@ public void onClose(Status status, Metadata metadata) {
270269
}
271270
}
272271

273-
@Ignore("Skipping until list backup operations bug is fixed: b/169431286")
274272
@Test
275273
public void testRetryNonIdempotentRpcsReturningLongRunningOperations() throws Exception {
276274
assumeFalse(

0 commit comments

Comments
 (0)