Skip to content

Commit 0b2e493

Browse files
authored
fix: disable one more test for vitess (#5549)
1 parent 3f80d11 commit 0b2e493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema-engine/sql-migration-tests/tests/migrations/schema_filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ fn schema_filter_migration_modifying_external_table(mut api: TestApi) {
110110
.assert_migration_directories_count(1);
111111
}
112112

113-
#[test_connector(exclude(CockroachDb))]
113+
#[test_connector(exclude(CockroachDb, Vitess))]
114114
fn schema_filter_migration_adding_external_tables_incl_relations(api: TestApi) {
115115
let schema = api.datamodel_with_provider(
116116
r#"

0 commit comments

Comments
 (0)