Skip to content

Commit 3f61992

Browse files
committed
Remove retries now flakiness is avoided through less load
1 parent a2c8f02 commit 3f61992

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.config/nextest.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
retries = 0
33
test-threads = "num-cpus"
44

5-
[[profile.default.overrides]]
6-
# Remove once https://github.com/thin-edge/thin-edge.io/issues/3021 is resolved
7-
filter = 'test(bridge_disconnect_while_sending)'
8-
retries = 4
9-
105
[[profile.default.overrides]]
116
# Remove once https://github.com/thin-edge/thin-edge.io/issues/3030 is resolved
127
filter = 'test(uploaded_file_can_be_downloaded_from_the_api)'

0 commit comments

Comments
 (0)