Skip to content

Commit

Permalink
Disable automaticMigrationAcceptanceTest (#15492)
Browse files Browse the repository at this point in the history
* disable `testAutomaticMigration`

* empty commit to retry tests
  • Loading branch information
evantahler authored Aug 10, 2022
1 parent 1228451 commit 1ad5152
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.function.Consumer;
import java.util.function.Supplier;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -79,6 +80,7 @@ class MigrationAcceptanceTest {
private static final String TEST_LOCAL_DOCKER_MOUNT = "/tmp/airbyte_local_migration_test";

@Test
@Disabled
void testAutomaticMigration() throws Exception {
// run version 17 (the oldest version of airbyte that supports auto migration)
final File version17DockerComposeFile = MoreResources.readResourceAsFile("docker-compose-migration-test-0-17-0-alpha.yaml");
Expand Down

0 comments on commit 1ad5152

Please sign in to comment.