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

Commit 910e620

Browse files
authored
Disable flaky filepanel test (#11804)
For element-hq/element-web#26045
1 parent d0b44a5 commit 910e620

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/e2e/right-panel/file-panel.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ describe("FilePanel", () => {
183183
});
184184
});
185185

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

0 commit comments

Comments
 (0)