Skip to content

Commit

Permalink
fix broken critical cucumber test (#4458)
Browse files Browse the repository at this point in the history
Description
---
Fixes `Pruned node should prune outputs` cucumber test
  • Loading branch information
SWvheerden authored Aug 16, 2022
1 parent 3fe7653 commit 4d0968d
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit 4d0968d

Please sign in to comment.