Skip to content

Commit

Permalink
test: disable parallel heiko tests - wss endpoint not responding anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Aug 1, 2024
1 parent a3120b9 commit 9557aa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/xcm-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
-r scripts/configs/kusama.yml \
-p scripts/configs/kintsugi.yml \
-p scripts/configs/karura.yml \
-p scripts/configs/parallel-heiko.yml \
-p scripts/configs/bifrost.yml \
&> log.txt &
echo "Waiting for log to show chopsticks is ready..."
Expand Down
6 changes: 3 additions & 3 deletions scripts/kintsugi-chopsticks-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ async function main(): Promise<void> {
// relaychain gets its port last after all parachains.
kintsugi: { adapter: new KintsugiAdapter(), endpoints: ['ws://127.0.0.1:8000'] },
karura: { adapter: new KaruraAdapter(), endpoints: ['ws://127.0.0.1:8001'] },
heiko: { adapter: new HeikoAdapter(), endpoints: ['ws://127.0.0.1:8002'] },
bifrost: { adapter: new BifrostKusamaAdapter(), endpoints: ['ws://127.0.0.1:8003'] },
kusama: { adapter: new KusamaAdapter(), endpoints: ['ws://127.0.0.1:8004'] },
// heiko: { adapter: new HeikoAdapter(), endpoints: ['ws://127.0.0.1:8002'] },
bifrost: { adapter: new BifrostKusamaAdapter(), endpoints: ['ws://127.0.0.1:8002'] },
kusama: { adapter: new KusamaAdapter(), endpoints: ['ws://127.0.0.1:8003'] },
};

const skipCases: Partial<RouterTestCase>[] = [
Expand Down

0 comments on commit 9557aa0

Please sign in to comment.