Skip to content

Commit

Permalink
Add back the migration acceptance test (#6163)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored Sep 17, 2021
1 parent 1bac19c commit 108d9e0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
import java.util.Properties;
import java.util.Set;
import java.util.function.Consumer;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand All @@ -78,11 +77,7 @@ public class MigrationAcceptanceTest {
// assume env file is one directory level up from airbyte-tests.
private final static File ENV_FILE = Path.of(System.getProperty("user.dir")).getParent().resolve(".env").toFile();

/**
* This test is deprecated because it no longer works after the introduce of the Flyway migration.
*/
@Test
@Disabled
public void testAutomaticMigration() throws Exception {
// default to version in env file but can override it.
final String targetVersion;
Expand Down

0 comments on commit 108d9e0

Please sign in to comment.