Disable flaky filepanel test (#11804)

For https://github.com/vector-im/element-web/issues/26045
This commit is contained in:
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

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