Skip to content

Commit

Permalink
disable the broken dex login test for now or fix it (kubeflow#2827)
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <[email protected]>
  • Loading branch information
juliusvonkohout authored Aug 2, 2024
1 parent 1c464be commit 1a3d900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dex_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
- name: test dex login
run: |
pip3 install requests
./tests/gh-actions/test_dex_login.py
# currently broken
# ./tests/gh-actions/test_dex_login.py

0 comments on commit 1a3d900

Please sign in to comment.