skip broken analytics tests (#11144)

This commit is contained in:
Kerry 2023-06-27 20:47:49 +12:00 committed by GitHub
parent 0d83a38a3e
commit 83ee1946ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ describe("Security user settings tab", () => {
cy.stopHomeserver(homeserver); cy.stopHomeserver(homeserver);
}); });
describe("with posthog enabled", () => { describe.skip("with posthog enabled", () => {
beforeEach(() => { beforeEach(() => {
// Enable posthog // Enable posthog
cy.intercept("/config.json?cachebuster=*", (req) => { cy.intercept("/config.json?cachebuster=*", (req) => {

View file

@ -39,7 +39,7 @@ function rejectToast(expectedTitle: string): void {
}); });
} }
describe("Analytics Toast", () => { describe.skip("Analytics Toast", () => {
let homeserver: HomeserverInstance; let homeserver: HomeserverInstance;
afterEach(() => { afterEach(() => {