forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
a universal approach to crossing out failed tests
- Loading branch information
Showing
2 changed files
with
42 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"test_replicated_merge_tree_replicated_db_ttl/test.py::test_replicated_db_and_ttl": { | ||
"message": "DB::Exception: Replicated is an experimental database engine.", | ||
"reason": "Will not work without allow_experimental_database_replicated=1" | ||
}, | ||
"test_storage_s3_queue/test.py::test_upgrade": { | ||
"message": "DB::Exception: S3Queue is experimental.", | ||
"reason": "Will not work without allow_experimental_s3queue=1" | ||
}, | ||
"02920_alter_column_of_projections": { | ||
"reason": "requires different settings" | ||
}, | ||
"02888_system_tables_with_inaccsessible_table_function": { | ||
"reason": "todo investigate" | ||
} | ||
} |
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