Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 83ee194

Browse files
author
Kerry
authored
skip broken analytics tests (#11144)
1 parent 0d83a38 commit 83ee194

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress/e2e/settings/security-user-settings-tab.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe("Security user settings tab", () => {
2525
cy.stopHomeserver(homeserver);
2626
});
2727

28-
describe("with posthog enabled", () => {
28+
describe.skip("with posthog enabled", () => {
2929
beforeEach(() => {
3030
// Enable posthog
3131
cy.intercept("/config.json?cachebuster=*", (req) => {

cypress/e2e/toasts/analytics-toast.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function rejectToast(expectedTitle: string): void {
3939
});
4040
}
4141

42-
describe("Analytics Toast", () => {
42+
describe.skip("Analytics Toast", () => {
4343
let homeserver: HomeserverInstance;
4444

4545
afterEach(() => {

0 commit comments

Comments
 (0)