Disable flaky filepanel test (#11804)
For https://github.com/vector-im/element-web/issues/26045pull/28788/head^2
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
|
// Upload an image file
|
||||||
uploadFile("cypress/fixtures/1sec.ogg");
|
uploadFile("cypress/fixtures/1sec.ogg");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue