Skip to content

Commit

Permalink
Refs #34941 -- Skipped OperationTests.test_alter_field_change_nullabl…
Browse files Browse the repository at this point in the history
…e_to_decimal_database_default_not_null on Oracle.
  • Loading branch information
felixxm authored Nov 3, 2023
1 parent 797957f commit 7a09ba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django/db/backends/oracle/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
"DecimalField.db_default doesn't return decimal.Decimal instances on Oracle "
"(#34941).": {
"field_defaults.tests.DefaultTests.test_field_db_defaults_returning",
"migrations.test_operations.OperationTests."
"test_alter_field_change_nullable_to_decimal_database_default_not_null",
},
}
django_test_expected_failures = {
Expand Down

0 comments on commit 7a09ba0

Please sign in to comment.