-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change referenced issue in create_unlogged_tables_test and remove tes…
…t override.
- Loading branch information
1 parent
e79f0c3
commit 78ee332
Showing
3 changed files
with
4 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
exclude :test_remove_comment_from_column, "The test fails because altered columns cannot change comments. We implement our own version." | ||
exclude :test_schema_dump_with_comments, "The test fails because altered columns cannot change comments. We implement our own version." | ||
exclude :test_schema_dump_with_comments, "The test fails because altered columns cannot change comments. We implement our own version." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
exclude :test_gracefully_handles_temporary_tables, "This override can be removed after it be fix. Related https://github.com/cockroachdb/cockroach/issues/56656" | ||
exclude :test_unlogged_in_test_environment_when_unlogged_setting_enabled, "This override can be removed after it be fix. Related https://github.com/cockroachdb/cockroach/issues/56656" | ||
exclude :test_unlogged_in_test_environment_when_unlogged_setting_enabled, "Override because UNLOGGED cannot be specified in CockroachDB. Related https://github.com/cockroachdb/cockroach/issues/56827" |