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

Commit

Permalink
Merge branch 'develop' into kerry/disable-e2ee-nags
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jun 27, 2023
2 parents d3abd80 + 83ee194 commit 43ab017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/settings/security-user-settings-tab.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/toasts/analytics-toast.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function rejectToast(expectedTitle: string): void {
});
}

describe("Analytics Toast", () => {
describe.skip("Analytics Toast", () => {
let homeserver: HomeserverInstance;

afterEach(() => {
Expand Down

0 comments on commit 43ab017

Please sign in to comment.