Skip to content

Commit bf6ddfd

Browse files
committed
Remove pending status from MySQL inferrer test due to Sequel updates
1 parent ef2f4b4 commit bf6ddfd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

spec/integration/schema/inferrer/mysql_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
let(:source) { container.relations[:test_inferrence].name }
3737

3838
it "can infer attributes for dataset" do
39-
pending "This fails with Sequel > 5.something (possibly a regression in Sequel?)"
40-
4139
expect(schema[:tiny].source).to be(source)
4240
expect(schema[:tiny].unwrap.type.primitive).to be(Integer)
4341

0 commit comments

Comments
 (0)