From 89e79474a63809cd2d6699f2c964bda2bb445761 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 26 May 2022 05:04:15 +1000 Subject: [PATCH] Revert "Stop failing the send transaction test (#4416)" (#4487) This reverts commit 35aaee5308b85ef4a087bebeaa456dccfc334f5f. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- zebrad/tests/common/lightwalletd/send_transaction_test.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/zebrad/tests/common/lightwalletd/send_transaction_test.rs b/zebrad/tests/common/lightwalletd/send_transaction_test.rs index 265a8fb9..944f5749 100644 --- a/zebrad/tests/common/lightwalletd/send_transaction_test.rs +++ b/zebrad/tests/common/lightwalletd/send_transaction_test.rs @@ -52,12 +52,7 @@ pub async fn run() -> Result<()> { // We want a zebra state dir and a lightwalletd data dir in place, // so `UpdateCachedState` can be used as our test type - // - // But for now, we don't want to require the cached state, because it has been unreliable. - // TODO: use `UpdateCachedState` - let test_type = FullSyncFromGenesis { - allow_lightwalletd_cached_state: true, - }; + let test_type = UpdateCachedState; let cached_state_path = test_type.zebrad_state_path("send_transaction_tests".to_string()); if cached_state_path.is_none() {