Skip to content

Commit dee8ed1

Browse files
committed
ci(test): remove fee estimation test
1 parent 811eda3 commit dee8ed1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ jobs:
122122
echo "Peers response: $PEERS"
123123
echo "$PEERS" | jq -e '.count != null' || exit 1
124124
125-
# Test fee estimation endpoint
126-
echo "Testing /v1/fees/estimate..."
127-
FEES=$(curl -s "http://localhost:8334/v1/fees/estimate?target_blocks=6")
128-
echo "Fees response: $FEES"
129-
echo "$FEES" | jq -e '.fee_rate != null' || exit 1
130-
131125
- name: Show logs on failure
132126
if: failure()
133127
run: |

0 commit comments

Comments
 (0)