Disable flaky filepanel test (#11804)

For https://github.com/vector-im/element-web/issues/26045
pull/28217/head
Richard van der Hoff 2023-10-27 10:16:03 +01:00 committed by GitHub
parent d0b44a541d
commit 910e6200ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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");