Merge pull request #1334 from dougbtv/disable-dra-e2e-temporarily

Disabled DRA test temporarily
This commit is contained in:
Doug Smith
2024-09-12 10:55:16 -04:00
committed by GitHub

View File

@@ -85,9 +85,9 @@ jobs:
working-directory: ./e2e
run: ./test-default-route1.sh
- name: Test DRA integration
working-directory: ./e2e
run: ./test-dra-integration.sh
# - name: Test DRA integration
# working-directory: ./e2e
# run: ./test-dra-integration.sh
- name: Export kind logs
if: always()