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.
1 parent 8b6e8b6 commit 9db6ed6Copy full SHA for 9db6ed6
spec/integration/schema/inferrer/mysql_spec.rb
@@ -34,7 +34,7 @@
34
let(:source) { container.relations[:test_inferrence].name }
35
36
it 'can infer attributes for dataset' do
37
- if ENV['GITHUB_WORKFLOW'] && RUBY_VERSION >= "2.7"
+ if ENV['GITHUB_WORKFLOW'] && RUBY_VERSION >= "2.7" && RUBY_VERSION < "3.0"
38
pending 'This fails on CI with Sequel from master (possibly a regression in Sequel)'
39
end
40
0 commit comments