From 48f3d6c396b8933a4792bfe2b19d0919afabdac2 Mon Sep 17 00:00:00 2001 From: Michelangelo Riccobene Date: Thu, 17 Oct 2024 12:03:56 +0200 Subject: [PATCH] qa-tests: enable more erigon_getBlockByTimestamp tests (#12278) Enable more erigon_getBlockByTimestamp tests after a bug is fixed with this commit https://github.com/erigontech/erigon/commit/b266c6562f18c0f28164387260e7497df089779f --- .github/workflows/qa-rpc-integration-tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/qa-rpc-integration-tests.yml b/.github/workflows/qa-rpc-integration-tests.yml index c2275ca6c78..bdc64017ec3 100644 --- a/.github/workflows/qa-rpc-integration-tests.yml +++ b/.github/workflows/qa-rpc-integration-tests.yml @@ -211,11 +211,6 @@ jobs: ots_searchTransactionsBefore/test_12.json,\ admin_nodeInfo/test_01.json,\ admin_peers/test_01.json,\ - erigon_getBlockByTimestamp/test_03.json,\ - erigon_getBlockByTimestamp/test_04.json,\ - erigon_getBlockByTimestamp/test_05.json,\ - erigon_getBlockByTimestamp/test_06.json,\ - erigon_getBlockByTimestamp/test_07.json,\ erigon_nodeInfo/test_1.json,\ eth_coinbase/test_01.json,\ eth_feeHistory/test_01.json,\