Skip test producing Crystal compiler bug

This commit is contained in:
Michael Miller 2022-05-24 19:40:48 -06:00
parent 9f5b5d8576
commit 1f6417bca5
No known key found for this signature in database
GPG key ID: 32B47AE8F388A1FF

View file

@ -169,7 +169,7 @@ Spectator.describe Spectator::Mock do
expect(MockThing).to be_lt(Thing)
end
it "defines a struct" do
xit "defines a struct", pending: "Crystal compiler bug" do
expect(MockThing).to be_lt(::Value)
end