Skip to content

Commit

Permalink
Merge pull request #3029 from reubenmiller/test-mark-bridge-test-as-f…
Browse files Browse the repository at this point in the history
…laky

test: mark sporadically failing unit tests as flaky
  • Loading branch information
reubenmiller authored Jul 31, 2024
2 parents e4fdb00 + 9e1d78b commit 6c98a22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ test-threads = "num-cpus"

[[profile.default.overrides]]
# Remove once https://github.com/thin-edge/thin-edge.io/issues/3021 is resolved
filter = 'test(bridge_reconnects_successfully_after_local_connection_interrupted)'
filter = 'test(bridge_reconnects_successfully_after_local_connection_interrupted) or test(bridge_reconnects_successfully_after_cloud_connection_interrupted)'
retries = 4

[[profile.default.overrides]]
# Remove once https://github.com/thin-edge/thin-edge.io/issues/3030 is resolved
filter = 'test(uploaded_file_can_be_downloaded_from_the_api)'
retries = 4

0 comments on commit 6c98a22

Please sign in to comment.