Skip to content

Commit

Permalink
pytest: remove restaked.py test (#6198)
Browse files Browse the repository at this point in the history
The test is quite flaky and it’s been decided that deleting it is the
best way forward since its value isn’t that high.

Fixes: #5503
  • Loading branch information
mina86 authored Feb 1, 2022
1 parent 1c66600 commit cf61e17
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 74 deletions.
2 changes: 1 addition & 1 deletion nightly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ optional `s`, `m` or `h` suffix. If no suffix is given, `s` is
assumed. The default timeout is three minutes. For example, the
following increases timeout for a test to four minutes:

pytest --timeout=4m sanity/restaked.py
pytest --timeout=4m sanity/validator_switch.py

`--release` makes the build use a release profile rather than a dev
profile. In other words, all `cargo` invocations are passed
Expand Down
5 changes: 0 additions & 5 deletions nightly/pytest-sanity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ pytest --timeout=360 sanity/block_sync_archival.py
pytest --timeout=360 sanity/block_sync_archival.py --features nightly_protocol,nightly_protocol_features
pytest --timeout=240 sanity/validator_switch.py
pytest --timeout=240 sanity/validator_switch.py --features nightly_protocol,nightly_protocol_features
pytest --timeout=240 sanity/restaked.py
# TODO(#4618): This is currently broken (even though non-nightly
# works). Comment out while we’re working on a fix / deciding whether
# to remove them.
#pytest --timeout=240 sanity/restaked.py --features nightly_protocol,nightly_protocol_features
pytest --timeout=240 sanity/rpc_state_changes.py
pytest --timeout=240 sanity/rpc_state_changes.py --features nightly_protocol,nightly_protocol_features
pytest sanity/rpc_max_gas_burnt.py
Expand Down
68 changes: 0 additions & 68 deletions pytest/tests/sanity/restaked.py

This file was deleted.

0 comments on commit cf61e17

Please sign in to comment.