From 7f5e58bcc3ddc6575598d81833821da424a9dd4f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 15 Jun 2021 13:51:40 +0200 Subject: [PATCH] Uncomment flaky (?) spec --- spec/models/variant_override_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/variant_override_spec.rb b/spec/models/variant_override_spec.rb index f95ceecb275..037116b889a 100644 --- a/spec/models/variant_override_spec.rb +++ b/spec/models/variant_override_spec.rb @@ -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