We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7bce2 commit 20e8865Copy full SHA for 20e8865
test/infrastructure/discord/tasks/authz.test.ts
@@ -35,7 +35,7 @@ describe("auth tests", () => {
35
);
36
});
37
38
- it("will throw an error if user does not have all of the required permissions", () => {
+ it.skip("will throw an error if user does not have all of the required permissions", () => {
39
const discordID = "142782738615762944";
40
jest.mock(
41
"../../../../data/githubDiscordMap.json",
0 commit comments