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:
filipefurtad0
2023-07-26 11:51:08 +01:00
parent d4d8941117
commit 83f1266b8a

View File

@@ -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