mirror of https://github.com/vector-im/riot-web
Disable flaky filepanel test (#11804)
For https://github.com/vector-im/element-web/issues/26045pull/28217/head
parent
d0b44a541d
commit
910e6200ed
|
@ -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 New Issue