Skip to content

Commit

Permalink
Uncomment flaky (?) spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jibees committed Jun 15, 2021
1 parent d839313 commit 7f5e58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/variant_override_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
expect(VariantOverride.indexed(hub2)).to eq( variant => vo2 )
end

xit "does not include overrides for soft-deleted variants" do
it "does not include overrides for soft-deleted variants" do
variant.delete
expect(VariantOverride.indexed(hub1)).to eq( nil => vo1 )
end
Expand Down

0 comments on commit 7f5e58b

Please sign in to comment.