Merge pull request #5621 from Matt-Yorkley/xit-caching-spec

Set flaky caching spec to pending
This commit is contained in:
Pau Pérez Fabregat
2020-06-16 16:11:34 +02:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ feature "Darkswarm data caching", js: true, caching: true do
visit shops_path
end
it "invalidates caches for taxons and properties" do
xit "invalidates caches for taxons and properties" do
visit shops_path
taxon_timestamp1 = CacheService.latest_timestamp_by_class(Spree::Taxon)