Skip to content

Commit 108d9e0

Browse files
authored
Add back the migration acceptance test (#6163)
1 parent 1bac19c commit 108d9e0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

airbyte-tests/src/automaticMigrationAcceptanceTest/java/io/airbyte/test/automaticMigrationAcceptance/MigrationAcceptanceTest.java

-5
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
import java.util.Properties;
6262
import java.util.Set;
6363
import java.util.function.Consumer;
64-
import org.junit.jupiter.api.Disabled;
6564
import org.junit.jupiter.api.Test;
6665
import org.slf4j.Logger;
6766
import org.slf4j.LoggerFactory;
@@ -78,11 +77,7 @@ public class MigrationAcceptanceTest {
7877
// assume env file is one directory level up from airbyte-tests.
7978
private final static File ENV_FILE = Path.of(System.getProperty("user.dir")).getParent().resolve(".env").toFile();
8079

81-
/**
82-
* This test is deprecated because it no longer works after the introduce of the Flyway migration.
83-
*/
8480
@Test
85-
@Disabled
8681
public void testAutomaticMigration() throws Exception {
8782
// default to version in env file but can override it.
8883
final String targetVersion;

0 commit comments

Comments
 (0)