Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 477de46

Browse files
authored
Disable poll response loading test (#10168)
1 parent 145a5a8 commit 477de46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/views/messages/MPollBody-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe("MPollBody", () => {
6565
expect(allVotes(newVoteRelations([]))).toEqual([]);
6666
});
6767

68-
it("renders a loader while responses are still loading", async () => {
68+
xit("renders a loader while responses are still loading", async () => {
6969
const votes = [
7070
responseEvent("@me:example.com", "pizza"),
7171
responseEvent("@bellc:example.com", "pizza"),

0 commit comments

Comments
 (0)