From ddbae294e6635f285dbd5e66a8e24c62e099a64f Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 22 Dec 2020 16:55:33 -0500 Subject: [PATCH] skip doc test on gitlab --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46aa3a845..eb69df328 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,11 +57,11 @@ test:other-integration: - pip install tox-travis - tox -e other -test:json-api: - stage: test - script: - - make install tools - - HOME=/tmp coverage run -p --source=lbry scripts/generate_json_api.py +#test:json-api: +# stage: test +# script: +# - make install tools +# - HOME=/tmp coverage run -p --source=lbry scripts/generate_json_api.py