You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...[ '.dht.put', 'should put a value to the DHT', '.dht.get', 'should respect timeout option when getting a value from the DHT' ].map((name) => ({ reason: brokenDuringKuboRpcClientMigration, name }))
For failing tests that do not have simple and obvious fixes, I will disable them in test/interface-tests.spec.js, so that CI is passing and Kubo team can take over to handle the more complex use cases, while I can get back to working on ipfs-webui dependency issues.
The text was updated successfully, but these errors were encountered:
SgtPooki
changed the title
Fix tests, or skip with js-kubo-rpc-client/test/constants.js Line 25 in c899abb const brokenDuringKuboRpcClientMigration = () => true if significant effort is required
Fix tests, or skip with brokenDuringKuboRpcClientMigration if significant effort is required
Oct 17, 2022
...[ '.dht.put', 'should put a value to the DHT', '.dht.get', 'should respect timeout option when getting a value from the DHT' ].map((name) => ({ reason: brokenDuringKuboRpcClientMigration, name }))
For failing tests that do not have simple and obvious fixes, I will disable them in
test/interface-tests.spec.js
, so that CI is passing and Kubo team can take over to handle the more complex use cases, while I can get back to working on ipfs-webui dependency issues.The text was updated successfully, but these errors were encountered: