From edc7f9d872c5c4b4126c9ad29e7304ff7b8247f5 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Sat, 5 Apr 2025 16:58:21 +0200 Subject: [PATCH] fix(CI): #2441 disable test_front because most tests have become stale --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a4989778..875099949 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -499,8 +499,11 @@ docker: artifacts: true - job: test_api optional: true - - job: test_front - optional: true + # The test_front job is currently disabled + # TODO: Discuss if we need tests, and what kind of tests would be useful for the front: + # https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/2345 + # - job: test_front + # optional: true rules: - if: $CI_COMMIT_TAG variables: