diff --git a/js/src/api/local/localAccountsMiddleware.spec.js b/js/src/api/local/localAccountsMiddleware.spec.js index 7a59d5b86..b3de3992d 100644 --- a/js/src/api/local/localAccountsMiddleware.spec.js +++ b/js/src/api/local/localAccountsMiddleware.spec.js @@ -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; diff --git a/parity/configuration.rs b/parity/configuration.rs index db160f4a0..8f1fd56a0 100644 --- a/parity/configuration.rs +++ b/parity/configuration.rs @@ -1248,6 +1248,7 @@ mod tests { hosts: Some(vec![]), signer_path: expected.into(), ui_address: Some(("127.0.0.1".to_owned(), 8180)), + support_token_api: true }, UiConfiguration { enabled: true, interface: "127.0.0.1".into(),