reown-com / blockchain-api

WalletConnect's Blockchain API
MIT License
71 stars 53 forks source link

fix(ci): adding CA tests to the staging ignore list #821

Closed geekbrother closed 3 weeks ago

geekbrother commented 3 weeks ago

Description

This PR adds the CA integration test to the ignoring list for staging since the CA uses the IRN, and we don't have IRN support for staging yet.

How Has This Been Tested?

Tested by running the yarn integration --testPathIgnorePatterns='(sessions.test.ts|chain_orchestrator.test.ts)' command locally.

Due Diligence