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

Commit

Permalink
Disable poll response loading test (#10168)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Feb 15, 2023
1 parent 145a5a8 commit 477de46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/views/messages/MPollBody-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 477de46

Please sign in to comment.