Skip to content

Commit c223ba1

Browse files
committed
ignore new failing test
1 parent 0e6831a commit c223ba1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/excludes/ActiveRecord/ConnectionAdapters/PostgreSQLAdapterTest.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@
3131
exclude :test_warnings_behaviour_can_be_customized_with_a_proc, plpgsql_needed
3232
exclude :test_allowlist_of_warnings_to_ignore, plpgsql_needed
3333
exclude :test_allowlist_of_warning_codes_to_ignore, plpgsql_needed
34+
35+
exclude :test_translate_no_connection_exception_to_not_established, "CRDB doesn't implement pg_terminate_backend()"

test/excludes/SchemaDumperTest.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
exclude :test_schema_dump_with_correct_timestamp_types_via_add_column_before_rails_7_with_timestamptz_setting, "Re-implementing ourselves because we need CockroachDB specific methods."
1010
exclude :test_schema_dump_when_changing_datetime_type_for_an_existing_app, "Re-implementing ourselves because we need CockroachDB specific methods."
1111
exclude :test_schema_dumps_check_constraints, "Re-implementing because some constraints are now written in parenthesis"
12-
exclude :test_schema_dumps_unique_constraints, "Re-implementing because DEFERRABLE is not supported by CockroachDB"

0 commit comments

Comments
 (0)