Skip to content

Commit 9db6ed6

Browse files
committed
Fix spec
1 parent 8b6e8b6 commit 9db6ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/schema/inferrer/mysql_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
let(:source) { container.relations[:test_inferrence].name }
3535

3636
it 'can infer attributes for dataset' do
37-
if ENV['GITHUB_WORKFLOW'] && RUBY_VERSION >= "2.7"
37+
if ENV['GITHUB_WORKFLOW'] && RUBY_VERSION >= "2.7" && RUBY_VERSION < "3.0"
3838
pending 'This fails on CI with Sequel from master (possibly a regression in Sequel)'
3939
end
4040

0 commit comments

Comments
 (0)