skip broken analytics tests (#11144)
This commit is contained in:
@@ -25,7 +25,7 @@ describe("Security user settings tab", () => {
|
||||
cy.stopHomeserver(homeserver);
|
||||
});
|
||||
|
||||
describe("with posthog enabled", () => {
|
||||
describe.skip("with posthog enabled", () => {
|
||||
beforeEach(() => {
|
||||
// Enable posthog
|
||||
cy.intercept("/config.json?cachebuster=*", (req) => {
|
||||
|
||||
@@ -39,7 +39,7 @@ function rejectToast(expectedTitle: string): void {
|
||||
});
|
||||
}
|
||||
|
||||
describe("Analytics Toast", () => {
|
||||
describe.skip("Analytics Toast", () => {
|
||||
let homeserver: HomeserverInstance;
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user