Skip to content

Commit 573443c

Browse files
authored
Merge pull request #2662 from headlamp-k8s/disable-plugin-tests
CI: disable test plugins steps
2 parents cb14714 + 0f62921 commit 573443c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/frontend.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Run frontend-i18n-check
8282
run: |
8383
make frontend-i18n-check
84-
84+
8585
build:
8686
name: build
8787
runs-on: ${{ matrix.os }}
@@ -110,6 +110,8 @@ jobs:
110110
111111
testplugins:
112112
name: test plugins
113+
# TODO: This is currently broken. Reenable after #2549 #2560 is fixed
114+
if: false
113115
runs-on: ${{ matrix.os }}
114116
strategy:
115117
matrix:

0 commit comments

Comments
 (0)