Skip to content

Commit

Permalink
Disable dynamic tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Sep 26, 2024
1 parent 0c70786 commit ae36bf3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/functional/relation_tests/test_relation_type_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ def error_message(self) -> str:
relations = [
Model(models.VIEW, "view"),
Model(models.TABLE, "table", "default"),
Model(models.DYNAMIC_TABLE, "dynamic_table", "default"),
Model(models.DYNAMIC_ICEBERG_TABLE, "dynamic_table", "iceberg"),
# to be activated upon merge of dynamic table support PR
# Model(models.DYNAMIC_TABLE, "dynamic_table", "default"),
# Model(models.DYNAMIC_ICEBERG_TABLE, "dynamic_table", "iceberg"),
Model(models.ICEBERG_TABLE, "table", "iceberg"),
Model(models.ICEBERG_INCREMENTAL_TABLE, "incremental", "iceberg"),
]
Expand Down

0 comments on commit ae36bf3

Please sign in to comment.