-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Problem
The Lit Protocol integration tests are consistently failing in CI with a network connectivity error:
FAIL test/lit-protocol.test.ts
✕ should handle encryption errors gracefully
✕ should handle decryption errors gracefully
Failed to initialize Lit client: fetch failed
CircleCI: build #165196, job test-integration-with-request-node
Investigation
- Test file:
packages/integration-test/test/lit-protocol.test.ts - 4 tests failing, all related to Lit Protocol client initialization
- Error indicates network request to Lit Protocol's external service is failing
Questions to Answer
- What external Lit Protocol endpoints are the tests trying to reach?
- Is the Lit Protocol network/service experiencing issues?
- Should these tests be mocked to avoid external dependencies in CI?
- Has something changed in the Lit Protocol SDK or their network infrastructure?
Considerations
- These tests depend on external Lit Protocol infrastructure
- External service dependencies can cause flaky/failing CI
- May need to mock Lit Protocol calls or skip in CI if service is unreliable
coderabbitai
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🆕 New