From 2790039d1c32a45c210414282e618206bb8166e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Sat, 19 Nov 2022 14:51:55 +0100 Subject: [PATCH] workaround: deactivate test-sqlite because it is too slow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://codeberg.org/forgejo/forgejo/issues/31 Signed-off-by: Loïc Dachary --- .woodpecker/testing-amd64.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.woodpecker/testing-amd64.yml b/.woodpecker/testing-amd64.yml index 227c8be268..b216850a80 100644 --- a/.woodpecker/testing-amd64.yml +++ b/.woodpecker/testing-amd64.yml @@ -52,12 +52,12 @@ pipeline: commands: - su gitea -c 'make unit-test-coverage test-check' - test-sqlite: - image: gitea/test_env:linux-amd64 - environment: - - USE_REPO_TEST_DIR=1 - - GOPROXY=off - - TAGS=bindata gogit sqlite sqlite_unlock_notify - - TEST_TAGS=bindata gogit sqlite sqlite_unlock_notify - commands: - - su gitea -c 'timeout -s ABRT 120m make test-sqlite-migration test-sqlite' + # test-sqlite: + # image: gitea/test_env:linux-amd64 + # environment: + # - USE_REPO_TEST_DIR=1 + # - GOPROXY=off + # - TAGS=bindata gogit sqlite sqlite_unlock_notify + # - TEST_TAGS=bindata gogit sqlite sqlite_unlock_notify + # commands: + # - su gitea -c 'timeout -s ABRT 120m make test-sqlite-migration test-sqlite'