From 1ee444b474cbf831394ddd5dad9803d86d10bbb6 Mon Sep 17 00:00:00 2001 From: Pavol Noha Date: Thu, 12 Dec 2024 12:49:16 -0500 Subject: [PATCH] remove unused chain keys --- integration-tests/xcm-test/src/call.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/xcm-test/src/call.spec.ts b/integration-tests/xcm-test/src/call.spec.ts index 55a24d3a..73015d0b 100644 --- a/integration-tests/xcm-test/src/call.spec.ts +++ b/integration-tests/xcm-test/src/call.spec.ts @@ -13,7 +13,7 @@ const { configService, init } = setup; const { runXcm } = xcm; const getPolkadotChains = () => { - const skipFor: string[] = ['acala-evm', 'nodle']; + const skipFor: string[] = ['nodle']; const chains = Array.from(configService.chains.values()) .filter( (c) =>