Skip to content

Commit

Permalink
chore: skip flaky handler browser test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Nov 16, 2023
1 parent 8354fb0 commit cfd7e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fixture('Archive')
})
.requestHooks(mockHook, requestLogger);

test('Archive has applications in state "accepted", "rejected" and "cancelled"', async () => {
test.skip('Archive has applications in state "accepted", "rejected" and "cancelled"', async () => {
const mainIngress = new MainIngress(fi.header.navigation.archive, 'h1');
await mainIngress.isVisible();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fixture('Index page')
await t.useRole(handlerUser);
});

test('Index page has applications', async () => {
test.skip('Index page has applications', async () => {
const mainIngress = new MainIngress(fi.mainIngress.heading, 'h1');
await mainIngress.isLoaded();

Expand Down

0 comments on commit cfd7e8b

Please sign in to comment.