From 640c9e6d2bfcf3db91cf85b21461ce86f26cc82e Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Wed, 17 Jun 2020 12:36:42 +0200 Subject: [PATCH] Re-enable flaky spec --- spec/features/consumer/caching/darkwarm_caching_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/consumer/caching/darkwarm_caching_spec.rb b/spec/features/consumer/caching/darkwarm_caching_spec.rb index 325d94ad08..e53f63ed32 100644 --- a/spec/features/consumer/caching/darkwarm_caching_spec.rb +++ b/spec/features/consumer/caching/darkwarm_caching_spec.rb @@ -29,7 +29,7 @@ feature "Darkswarm data caching", js: true, caching: true do visit shops_path end - xit "invalidates caches for taxons and properties" do + it "invalidates caches for taxons and properties" do visit shops_path taxon_timestamp1 = CacheService.latest_timestamp_by_class(Spree::Taxon)