diff --git a/test/configs/zombieTanssiRotation.json b/test/configs/zombieTanssiRotation.json index a3e9603d7..ded9d7d5d 100644 --- a/test/configs/zombieTanssiRotation.json +++ b/test/configs/zombieTanssiRotation.json @@ -6,7 +6,7 @@ "relaychain": { "chain": "rococo-local", "default_command": "tmp/polkadot", - "default_args": ["--no-hardware-benchmarks", "-lparachain=debug", "--database=paritydb"], + "default_args": ["--no-hardware-benchmarks", "-lparachain=debug", "--database=paritydb", "--no-beefy"], "nodes": [ { "name": "alice", diff --git a/test/moonwall.config.json b/test/moonwall.config.json index e637d3194..c92425b40 100644 --- a/test/moonwall.config.json +++ b/test/moonwall.config.json @@ -178,8 +178,7 @@ "foundation": { "type": "zombie", "zombieSpec": { - "configPath": "./configs/zombieTanssi.json", - "skipBlockCheck": ["Container2002"] + "configPath": "./configs/zombieTanssiRotation.json" } }, "connections": [ @@ -203,11 +202,6 @@ "type": "polkadotJs", "endpoints": ["ws://127.0.0.1:9950"] }, - { - "name": "Container2002", - "type": "polkadotJs", - "endpoints": ["ws://127.0.0.1:9951"] - }, { "name": "ethers", "type": "ethers",