Skip to content

Commit

Permalink
fix: ignores pitr backup tests
Browse files Browse the repository at this point in the history
This feature is not yet finished in the backend. We should re-enable
once this is completed.
  • Loading branch information
thiagotnunes committed Sep 24, 2020
1 parent 75dfbf7 commit d683f26
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -34,12 +34,15 @@
import java.util.concurrent.TimeUnit;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import org.threeten.bp.Duration;

// TODO: Enable this test once the backup functionality is supported.
@Ignore("PITR backups are not yet supported through the client library")
@Category(ParallelIntegrationTest.class)
@RunWith(JUnit4.class)
public class ITPitrBackupTest {
Expand Down

0 comments on commit d683f26

Please sign in to comment.