mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Comments out flaky example
Sets example to xit pending is not suitable for flaky specs, as we'll get a red build anyway, each time the spec passes; commenting out should be the right approach till we fix this one
This commit is contained in:
@@ -14,7 +14,9 @@ describe "Shops caching", caching: true do
|
||||
}
|
||||
|
||||
describe "caching enterprises AMS data" do
|
||||
it "caches data for all enterprises, with the provided options" do
|
||||
xit "caches data for all enterprises, with the provided options" do
|
||||
pending "#11010"
|
||||
|
||||
visit shops_path
|
||||
|
||||
key, options = CacheService::FragmentCaching.ams_shops
|
||||
|
||||
Reference in New Issue
Block a user