-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Context
The remote-libp2pjs test configuration was temporarily disabled due to stability issues. This issue tracks all the locations where it was removed so re-enabling is straightforward once the underlying problems are resolved.
Locations to re-enable
-
.github/workflows/CI.yml— addremote-libp2pjsback to both matrix configs:- Node remote configs matrix (~line 75):
config: [remote-kubo-rpc, remote-ipfs-gateway, remote-libp2pjs] - Browser remote configs matrix (~line 121):
config: [remote-kubo-rpc, remote-ipfs-gateway, remote-libp2pjs]
- Node remote configs matrix (~line 75):
-
src/test/test-util.ts— add"remote-libp2pjs"back to both browser and node arrays ingetAvailablePlebbitConfigsToTestAgainst(~line 1450) -
test/node-and-browser/plebbit/test.configs.plebbit.test.ts— add"remote-libp2pjs"back to expected config codes inexpectedCodesarrays (~line 16) -
package.json— addremote-libp2pjsback to these test scripts:test:node:parallel:remotetest:node:remotetest:browser:chrometest:browser:firefoxtest:browser:chrome:paralleltest:browser:firefox:parallel
Steps to re-enable
- Fix the stability issues causing
remote-libp2pjstests to fail - Re-add
remote-libp2pjsto all locations listed above - Verify CI passes with the config re-enabled
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels