This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 414a4bf  Removing the key from cypress build and removing parallel 
flag (#6005)
414a4bf is described below

commit 414a4bfc6f0c9f6e106986b39fdd03490a65f309
Author: michellethomas <michelle.q.tho...@gmail.com>
AuthorDate: Fri Sep 28 17:24:48 2018 -0700

    Removing the key from cypress build and removing parallel flag (#6005)
---
 superset/assets/cypress_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/cypress_build.sh b/superset/assets/cypress_build.sh
index 7aa22f9..950e01a 100755
--- a/superset/assets/cypress_build.sh
+++ b/superset/assets/cypress_build.sh
@@ -12,5 +12,5 @@ cd "$(dirname "$0")"
 npm install -g yarn
 yarn
 npm run build
-npm run cypress run --record --parallel --key 
1f958c86-be14-44d9-8d08-fad68da06811
+npm run cypress run --record
 kill %1

Reply via email to