Skip to content

Commit ced8b4c

Browse files
committed
Merge branch '50-stable' into 51-stable
2 parents daa65e4 + 75c9199 commit ced8b4c

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_datetime_precision_is_truncated_on_assignment, 'Intermittent test failures, double rounding problem?'

test/rails/excludes/mysql2/Mysql2ConnectionTest.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
exclude :test_passing_flags_by_array_to_adapter, 'no support for passing flags: ... not supported by JDBC adapter'
33
exclude :test_quote_after_disconnect, 'AR-JDBC does not rely on driver to do quoting - thus wont raise an error'
44
exclude :test_mysql_connection_collation_is_configured, "Issue #884"
5+
6+
if ActiveRecord::Base.connection.jdbc_connection(true).java_class.name.start_with?('org.mariadb.jdbc')
7+
exclude :test_mysql_strict_mode_specified_default, 'MariaDB driver reports more options'
8+
end

test/rails/excludes/mysql2/UniquenessValidationTest.rb

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_datetime_precision_is_truncated_on_assignment, 'Intermittent test failures, double rounding problem?'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_datetime_precision_is_truncated_on_assignment, 'Intermittent test failures, double rounding problem?'

0 commit comments

Comments
 (0)