Skip to content

Commit 20e8865

Browse files
committed
Update test to temporarily be skipped
1 parent dc7bce2 commit 20e8865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/infrastructure/discord/tasks/authz.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe("auth tests", () => {
3535
);
3636
});
3737

38-
it("will throw an error if user does not have all of the required permissions", () => {
38+
it.skip("will throw an error if user does not have all of the required permissions", () => {
3939
const discordID = "142782738615762944";
4040
jest.mock(
4141
"../../../../data/githubDiscordMap.json",

0 commit comments

Comments
 (0)