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

Commit

Permalink
Disable flaky filepanel test (#11804)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Oct 27, 2023
1 parent d0b44a5 commit 910e620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/right-panel/file-panel.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ describe("FilePanel", () => {
});
});

it("should render the audio player and play the audio file on the panel", () => {
// https://github.com/vector-im/element-web/issues/26045
it.skip("should render the audio player and play the audio file on the panel", () => {
// Upload an image file
uploadFile("cypress/fixtures/1sec.ogg");

Expand Down

0 comments on commit 910e620

Please sign in to comment.