Skip to content

Commit

Permalink
fix: remove critical tag from flaky cucumber test (#3865)
Browse files Browse the repository at this point in the history
Description
---

The `Multiple Wallet recovery from seed node` is flaky on CI and the functionality is tested in ` Wallet recovery with connected base node staying online` so the this PR removes the @critical tag from the flaky test
  • Loading branch information
philipr-za authored Feb 22, 2022
1 parent 901a1a3 commit 64b72de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/features/WalletRecovery.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Feature: Wallet Recovery
Then I stop all wallets
When I recover all wallets connected to all seed nodes
Then I wait for recovered wallets to have at least 15000000000 uT
@critical

Examples:
| NumWallets |
| 4 |
Expand Down

0 comments on commit 64b72de

Please sign in to comment.