fix(CI): #2441 disable test_front because most tests have become stale

This commit is contained in:
upsiflu 2025-04-05 16:58:21 +02:00
parent 062fd544d6
commit edc7f9d872
1 changed files with 5 additions and 2 deletions

View File

@ -499,8 +499,11 @@ docker:
artifacts: true artifacts: true
- job: test_api - job: test_api
optional: true optional: true
- job: test_front # The test_front job is currently disabled
optional: true # 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: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
variables: variables: