Skip to content

Commit ef2285a

Browse files
yahondaclaude
andcommitted
Restore skip for Oracle 9.2 test on 18c+ databases
The skip line from c057935 was dropped during the merge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1bc72a7 commit ef2285a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/plsql/procedure_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,7 @@ def new_candidate(status)
15211521
end
15221522

15231523
it "should create temporary tables when using Oracle 9.2" do
1524+
skip "Skip if the actual database version is 18c or higher" if (plsql.connection.database_version <=> [18, 0, 0, 0]) >= 0
15241525
expect(plsql(:oracle_9).test_collections.test_numbers(@numbers)).to eq([@numbers, { x_numbers: @numbers }])
15251526
end
15261527

0 commit comments

Comments
 (0)