aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/cases/migration_test.rb')
-rw-r--r--activerecord/test/cases/migration_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/test/cases/migration_test.rb b/activerecord/test/cases/migration_test.rb
index d2f29cf10f..f74e903348 100644
--- a/activerecord/test/cases/migration_test.rb
+++ b/activerecord/test/cases/migration_test.rb
@@ -442,8 +442,6 @@ class MigrationTest < ActiveRecord::TestCase
if current_adapter? :OracleAdapter
def test_create_table_with_custom_sequence_name
- skip "not supported"
-
# table name is 29 chars, the standard sequence name will
# be 33 chars and should be shortened
assert_nothing_raised do