You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove flaky settings since flaky=True is now the default for all tests (#9016)
Since 6cee23b all tests are
automatically retried on failure (up to 3 times). When a test attempt
passes after having failed in a previous attempt the test run will be
considered flaky. This allows us to detect and fix flakiness ASAP
without it being hidden.
This means the `flaky = True` settings are no longer necessary and can
be removed.
flaky=True, # flakiness rate of 3.33% over the month from 2025-02-11 till 2025-03-11.
150
147
guestos_update="test",
151
148
tags= [
152
149
"colocate",
@@ -215,7 +212,6 @@ system_test_nns(
215
212
216
213
system_test_nns(
217
214
name="sr_app_no_upgrade_with_chain_keys_test",
218
-
flaky=True, # flakiness rate of over 6% over the month from 2025-02-11 till 2025-03-11 (only for //rs/tests/consensus/subnet_recovery:sr_app_no_upgrade_with_chain_keys_test_head_nns_colocate).
flaky=True, # flakiness rate of over 1.67% over the month from 2025-02-11 till 2025-03-11 only for the //rs/tests/consensus/tecdsa:tecdsa_signature_from_nns_without_cycles_test_head_nns variant.
158
156
tags= [
159
157
"long_test",
160
158
],
@@ -215,7 +213,6 @@ system_test_nns(
215
213
system_test_nns(
216
214
name="tecdsa_signature_life_cycle_test",
217
215
# Remove when CON-937 is resolved
218
-
flaky=True, # flakiness rate of 1.57% over the month from 2025-02-11 till 2025-03-11
219
216
tags= [
220
217
"long_test", # since it takes longer than 5 minutes.
0 commit comments