mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Disable flaky filepanel test (#11804)
For https://github.com/vector-im/element-web/issues/26045
This commit is contained in:
parent
d0b44a541d
commit
910e6200ed
1 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue