Skip to content

Commit

Permalink
Skip flaky tests for now
Browse files Browse the repository at this point in the history
RISDEV-0000
  • Loading branch information
leonie-koch committed Dec 4, 2024
1 parent 059f3bc commit 5fa0444
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,9 @@ test.describe(
})
},
)

test(
// Flaky, needs some clarification
// eslint-disable-next-line playwright/no-skipped-test
test.skip(
"Allow creation from periodical evaluation for foreign docoffice",
{
tag: ["@RISDEV-4832", "@RSIDEV-4980"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,9 @@ test.describe(
},
)

test(
// Flaky, needs some clarification
// eslint-disable-next-line playwright/no-skipped-test
test.skip(
"Literature references can be added to periodical evaluation",
{
tag: "@RISDEV-5236 @RISDEV-5454",
Expand Down

0 comments on commit 5fa0444

Please sign in to comment.