Skip to content

Commit

Permalink
ignore new failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonOmo committed Nov 12, 2024
1 parent 0e6831a commit c223ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
exclude :test_warnings_behaviour_can_be_customized_with_a_proc, plpgsql_needed
exclude :test_allowlist_of_warnings_to_ignore, plpgsql_needed
exclude :test_allowlist_of_warning_codes_to_ignore, plpgsql_needed

exclude :test_translate_no_connection_exception_to_not_established, "CRDB doesn't implement pg_terminate_backend()"
1 change: 0 additions & 1 deletion test/excludes/SchemaDumperTest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
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."
exclude :test_schema_dump_when_changing_datetime_type_for_an_existing_app, "Re-implementing ourselves because we need CockroachDB specific methods."
exclude :test_schema_dumps_check_constraints, "Re-implementing because some constraints are now written in parenthesis"
exclude :test_schema_dumps_unique_constraints, "Re-implementing because DEFERRABLE is not supported by CockroachDB"

0 comments on commit c223ba1

Please sign in to comment.