Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "fix: skip failing backup tests for now" (#634)
This reverts commit 990c612.
  • Loading branch information
thiagotnunes committed Nov 17, 2020
1 parent 373981c commit b22cd7d
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -63,7 +63,6 @@
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 @@ -270,7 +269,6 @@ 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 b22cd7d

Please sign in to comment.