Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix broken critical cucumber test #4458

Merged
merged 2 commits into from
Aug 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions integration_tests/features/Propagation.feature
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Feature: Block Propagation
Then node MINER is at height 7
Then all nodes are at height 7

@critical @pruned @broken
@critical @pruned
Scenario: Pruned node should prune outputs
Given I have 1 seed nodes
And I have a base node SENDER connected to all seed nodes
Expand All @@ -104,5 +104,4 @@ Feature: Block Propagation
Then TX1 is in the MINED of all nodes
When I mine 17 blocks on SENDER
Then all nodes are on the same chain at height 21
# Then node PNODE1 has a pruned height of 16
Then node PNODE1 has a pruned height of 14
Then node PNODE1 has a pruned height of 16