aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAurèle Oulès <aurele@oules.com>2022-10-19 16:27:11 +0200
committerAurèle Oulès <aurele@oules.com>2022-10-19 16:51:47 +0200
commite1eadaa72d6831d1d0a53ba97c215dc4cdb64436 (patch)
tree9361833f4f8421c3d30bd71f8f12b53ce2bdfd39 /test
parenta97791d9fb977cf2a0d19268253238b0fee173f6 (diff)
downloadbitcoin-e1eadaa72d6831d1d0a53ba97c215dc4cdb64436.tar.xz
Revert "test: check importing wallets when blocks are pruned throw an error"
This reverts commit 4aff7a48a4e0f1075306f181a276b8a74c857022.
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/feature_pruning.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/feature_pruning.py b/test/functional/feature_pruning.py
index 4126ffcd51..7dbeccbc09 100755
--- a/test/functional/feature_pruning.py
+++ b/test/functional/feature_pruning.py
@@ -358,8 +358,6 @@ class PruneTest(BitcoinTestFramework):
self.restart_node(2, extra_args=["-prune=550"])
self.log.info("Success")
- assert_raises_rpc_error(-4, "Importing wallets is disabled when blocks are pruned", self.nodes[2].importwallet, "abc")
-
# check that wallet loads successfully when restarting a pruned node after IBD.
# this was reported to fail in #7494.
self.log.info("Syncing node 5 to test wallet")