We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b054c76 + 1068ac4 commit bb97edcCopy full SHA for bb97edc
spec/active_record/oracle_enhanced/type/timestamp_spec.rb
@@ -4,6 +4,7 @@
4
include SchemaSpecHelper
5
6
before(:all) do
7
+ skip if ENV["DATABASE_SERVER_AND_CLIENT_VERSION_DO_NOT_MATCH"] == "true"
8
if ENV["DATABASE_VERSION"] == "11.2.0.2" && ENV["ORACLE_HOME"] == "/usr/lib/oracle/21/client64"
9
skip
10
end
@@ -35,7 +36,6 @@
35
36
37
38
describe "/ TIMESTAMP WITH TIME ZONE values from ActiveRecord model" do
- skip if ENV["DATABASE_SERVER_AND_CLIENT_VERSION_DO_NOT_MATCH"] == "true"
39
40
class ::TestEmployee < ActiveRecord::Base
41
0 commit comments