diff --git a/scripts/tests/api_compare/docker-compose.yml b/scripts/tests/api_compare/docker-compose.yml index 3221ce40ae84..4407ad5fc1eb 100644 --- a/scripts/tests/api_compare/docker-compose.yml +++ b/scripts/tests/api_compare/docker-compose.yml @@ -183,6 +183,7 @@ services: - LOTUS_CHAINSTORE_ENABLESPLITSTORE=false - LOTUS_SYNC_BOOTSTRAP_PEERS=1 - FULLNODE_API_INFO=/dns/lotus/tcp/${LOTUS_RPC_PORT}/http + - LOTUS_DISABLE_F3_SUBSYSTEM=1 entrypoint: ["/bin/bash", "-c"] command: - | diff --git a/scripts/tests/api_compare/filter-list b/scripts/tests/api_compare/filter-list index 0656b736d920..d6196d5c8e75 100644 --- a/scripts/tests/api_compare/filter-list +++ b/scripts/tests/api_compare/filter-list @@ -1,2 +1,4 @@ # This list contains potentially broken methods (or tests) that are ignored. # They should be considered bugged, and not used until the root cause is resolved. +# Disable until a new lotus image with calibnet F3 initial power table is published +!Filecoin.F3 diff --git a/scripts/tests/bootstrapper/docker-compose-lotus.yml b/scripts/tests/bootstrapper/docker-compose-lotus.yml index 3b52740de658..5eb545272d56 100644 --- a/scripts/tests/bootstrapper/docker-compose-lotus.yml +++ b/scripts/tests/bootstrapper/docker-compose-lotus.yml @@ -69,6 +69,7 @@ services: - FULLNODE_API_INFO=/dns/lotus/tcp/${LOTUS_RPC_PORT}/http - LOTUS_P2P_BOOTSTRAPPERS=${FOREST_BOOTSTRAPPER_ADDRESS} - LOTUS_P2P_DHT_NO_ROUTING_TABLE_FILTER=1 + - LOTUS_DISABLE_F3_SUBSYSTEM=1 entrypoint: ["/bin/bash", "-c"] command: - |