Skip to content
Snippets Groups Projects
Unverified Commit 8e174f0b authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Quarantine caching e2e tests (#20984)

Note: should be revisited and enabled once we fix https://github.com/metabase/metabase/issues/13262.
parent 883e5cd3
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,11 @@ import {
const nativeQuery = "select (random() * random() * random()), pg_sleep(2)";
describe("scenarios > admin > settings > cache", () => {
/**
* Disabled and quarantined until we fix the caching issues, and especially:
* https://github.com/metabase/metabase/issues/13262
*/
describe.skip("scenarios > admin > settings > cache", () => {
beforeEach(() => {
cy.intercept("POST", "/api/dataset").as("dataset");
cy.intercept("POST", "/api/card/*/query").as("cardQuery");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment