Skip to content

Commit

Permalink
Tag scalajs-dom tests as flaky (#3336)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao authored Nov 29, 2024
1 parent 2859be3 commit 0c3fbbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ trait RunScalaJsTestDefinitions { _: RunTestDefinitions =>
}

if (TestUtil.isCI)
test("Js DOM") {
// FIXME: figure out why this started failing on the CI: https://github.com/VirtusLab/scala-cli/issues/3335
test("Js DOM".flaky) {
jsDomTest()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,8 @@ abstract class TestTestDefinitions extends ScalaCliSuite with TestScalaVersionAr
}

if (TestUtil.isCI)
test("Js DOM") {
// FIXME: figure out why this started failing on the CI: https://github.com/VirtusLab/scala-cli/issues/3335
test("Js DOM".flaky) {
jsDomTest()
}

Expand Down

0 comments on commit 0c3fbbe

Please sign in to comment.