mirror of https://github.com/waku-org/js-waku.git
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:
parent
8cd5a52eba
commit
2b1a6dafea
|
@ -90,7 +90,7 @@ describe('Waku Message', function () {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Interop: Nim', function () {
|
||||
describe.skip('Interop: Nim', function () {
|
||||
let waku: Waku;
|
||||
let nimWaku: NimWaku;
|
||||
|
||||
|
|
Loading…
Reference in New Issue