Skip to content

Commit

Permalink
Merge pull request #2662 from headlamp-k8s/disable-plugin-tests
Browse files Browse the repository at this point in the history
CI: disable test plugins steps
  • Loading branch information
joaquimrocha authored Dec 11, 2024
2 parents cb14714 + 0f62921 commit 573443c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run frontend-i18n-check
run: |
make frontend-i18n-check
build:
name: build
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -110,6 +110,8 @@ jobs:
testplugins:
name: test plugins
# TODO: This is currently broken. Reenable after #2549 #2560 is fixed
if: false
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 573443c

Please sign in to comment.