Skip to content

Commit

Permalink
🩹for flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer committed Sep 2, 2021
1 parent bd84101 commit 2c68992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"black>=21.4b0",
"dash[testing]",
"ert",
"flaky",
"mypy",
"pylint",
"pytest-xdist",
Expand Down
1 change: 1 addition & 0 deletions tests/integration_tests/test_raw_data_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
)


@flaky(max_runs=5)
def test_full_example(
testdata_folder: Path, dash_duo: DashComposite, tmp_path: Path
) -> None:
Expand Down

0 comments on commit 2c68992

Please # to comment.