Fix rust, skip WASM till CI switches to Node 8+

This commit is contained in:
maciejhirsz
2017-06-12 17:43:23 +02:00
parent 788dd04600
commit c7c05552f3
2 changed files with 3 additions and 1 deletions

View File

@@ -32,7 +32,8 @@ class MockedTransport extends JsonRpcBase {
}
}
describe('api/local/LocalAccountsMiddleware', function () {
// Skip till all CI runs on Node 8+
describe.skip('api/local/LocalAccountsMiddleware', function () {
this.timeout(30000);
let transport;