Merge pull request #5395 from coopdevs/skip-broken-spec

Skip unreliable caching test
This commit is contained in:
Pau Pérez Fabregat
2020-05-08 17:11:12 +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)