From 910e6200ed83c35a6abc604173a833300e3dc3cd Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:16:03 +0100 Subject: [PATCH] Disable flaky filepanel test (#11804) For https://github.com/vector-im/element-web/issues/26045 --- cypress/e2e/right-panel/file-panel.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/right-panel/file-panel.spec.ts b/cypress/e2e/right-panel/file-panel.spec.ts index 5b999574b4..a1bf2e9c96 100644 --- a/cypress/e2e/right-panel/file-panel.spec.ts +++ b/cypress/e2e/right-panel/file-panel.spec.ts @@ -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");