From a81896525c53d5ad05727b8645488d01e3ff23a1 Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Mon, 3 Feb 2020 15:45:14 +0100 Subject: [PATCH] travis: disable kvdb-web tests for chrome --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf3a27276..a8741dccc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,5 +54,5 @@ script: - cd parity-util-mem/ && cargo test --no-default-features --features=dlmalloc-global && cd .. - cd rlp/ && cargo test --no-default-features && cargo check --benches && cd .. - cd triehash/ && cargo check --benches && cd .. - - cd kvdb-web/ && wasm-pack test --headless --chrome --firefox && cd .. + - cd kvdb-web/ && wasm-pack test --headless --firefox && cd ..