From 5b5215c32d93355ec05e77a0078e38724ee0ada8 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Mon, 14 Oct 2024 16:23:49 +0200 Subject: [PATCH] fix: disable flaky `StateMinerInitialPledgeCollateral` --- scripts/tests/api_compare/filter-list | 2 ++ scripts/tests/api_compare/filter-list-offline | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scripts/tests/api_compare/filter-list b/scripts/tests/api_compare/filter-list index d1715fbca39..6ac3f6dae72 100644 --- a/scripts/tests/api_compare/filter-list +++ b/scripts/tests/api_compare/filter-list @@ -6,3 +6,5 @@ !Filecoin.StateReplay # TODO(elmattic): https://github.com/ChainSafe/forest/issues/4759 !Filecoin.EthGetTransactionReceipt +# CustomCheckFailed in Forest: https://github.com/ChainSafe/forest/issues/4890 +!Filecoin.StateMinerInitialPledgeCollateral diff --git a/scripts/tests/api_compare/filter-list-offline b/scripts/tests/api_compare/filter-list-offline index 05a7e99320f..725eaf7f522 100644 --- a/scripts/tests/api_compare/filter-list-offline +++ b/scripts/tests/api_compare/filter-list-offline @@ -16,6 +16,8 @@ !Filecoin.StateReplay # CustomCheckFailed in Forest: https://github.com/ChainSafe/forest/actions/runs/9593268587/job/26453560366 !Filecoin.StateCall +# CustomCheckFailed in Forest: https://github.com/ChainSafe/forest/issues/4890 +!Filecoin.StateMinerInitialPledgeCollateral # These methods don't make sense in the context of an offline node !Filecoin.MinerCreateBlock # The estimation is inaccurate only for offline RPC server, to be investigated: https://github.com/ChainSafe/forest/issues/4555