mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #5395 from coopdevs/skip-broken-spec
Skip unreliable caching test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user