Skip nim-waku interop tests

ecies-parity does not provide the same ECIES that waku:
ecies-parity uses a shared hmac of `[0,0]` whereas waku uses `[]`.

Work is needed to find or create a new library.
This commit is contained in:
Franck Royer 2021-07-09 15:20:04 +10:00
parent 8cd5a52eba
commit 2b1a6dafea
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ describe('Waku Message', function () {
});
});
describe('Interop: Nim', function () {
describe.skip('Interop: Nim', function () {
let waku: Waku;
let nimWaku: NimWaku;