mirror of https://github.com/vector-im/riot-web
Disable poll response loading test (#10168)
parent
145a5a8a8d
commit
477de46814
|
@ -65,7 +65,7 @@ describe("MPollBody", () => {
|
|||
expect(allVotes(newVoteRelations([]))).toEqual([]);
|
||||
});
|
||||
|
||||
it("renders a loader while responses are still loading", async () => {
|
||||
xit("renders a loader while responses are still loading", async () => {
|
||||
const votes = [
|
||||
responseEvent("@me:example.com", "pizza"),
|
||||
responseEvent("@bellc:example.com", "pizza"),
|
||||
|
|
Loading…
Reference in New Issue