Skip to content

Commit

Permalink
skip the permission spec (#18336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaileshParmar11 authored and harshach committed Nov 3, 2024
1 parent 8b8e0c5 commit 5537724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ test.afterAll(async ({ browser }) => {
await afterAction();
});

test('Permissions', async ({ userPage, adminPage }) => {
test.skip('Permissions', async ({ userPage, adminPage }) => {
test.slow();

await redirectToHomePage(userPage);
Expand Down

0 comments on commit 5537724

Please sign in to comment.