Skip to content

Commit 7f5fb5e

Browse files
committed
Disable auto migration acceptance test
1 parent 93c9b6a commit 7f5fb5e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)