Skip to content

Commit

Permalink
nighthly: disable broken routing_table_sync.py test (#6022)
Browse files Browse the repository at this point in the history
Issue: #6021
  • Loading branch information
mina86 committed Jan 7, 2022
1 parent aaa1d1b commit c7ef817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nightly/pytest-sanity.txt
Expand Up @@ -33,7 +33,8 @@ pytest --timeout=240 sanity/state_sync4.py
pytest --timeout=240 sanity/state_sync4.py --features nightly_protocol,nightly_protocol_features
pytest --timeout=240 sanity/state_sync5.py
pytest --timeout=240 sanity/state_sync5.py --features nightly_protocol,nightly_protocol_features
pytest --timeout=480 sanity/routing_table_sync.py --features nightly_protocol,nightly_protocol_features
# TODO(#6021): Currently broken, waiting for a fix.
# pytest --timeout=480 sanity/routing_table_sync.py --features nightly_protocol,nightly_protocol_features
pytest --timeout=600 sanity/state_sync_routed.py manytx 115
pytest --timeout=600 sanity/state_sync_routed.py manytx 115 --features nightly_protocol,nightly_protocol_features
# TODO(#4618): Those tests are currently broken. Comment out while we’re
Expand Down

0 comments on commit c7ef817

Please sign in to comment.