Skip to content

Commit

Permalink
chore: uncomment congestion_control.py (near#12021)
Browse files Browse the repository at this point in the history
After Near-One/nayduck#58, 3 consecutive runs
against master shows that slow_chunk and congestion_control pass now. So
it is safe to uncomment congestion_control.py.
  • Loading branch information
Longarithm authored Aug 30, 2024
1 parent c27511f commit c90b9ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nightly/pytest-sanity.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ pytest sanity/slow_chunk.py --features nightly
pytest sanity/large_witness.py --features nightly

# Tests for congestion control
# TODO(congestion_control) - enable pytest on stabilization
# pytest sanity/congestion_control.py
pytest sanity/congestion_control.py
pytest sanity/congestion_control.py --features nightly
pytest sanity/congestion_control_genesis_bootstrap.py
pytest sanity/congestion_control_genesis_bootstrap.py --features nightly
Expand All @@ -204,4 +203,4 @@ pytest sanity/memtrie_disktrie_switch.py --features nightly

# Tests the replay of chain blocks on an archival node.
pytest sanity/replay_chain_from_archive.py
pytest sanity/replay_chain_from_archive.py --features nightly
pytest sanity/replay_chain_from_archive.py --features nightly

0 comments on commit c90b9ad

Please sign in to comment.