Skip to content

Commit

Permalink
chore: allow the Newman API tests to fail (flakiness) (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger authored Oct 22, 2024
1 parent 5a4660a commit ee888b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 94 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ jobs:
run: |-
./gradlew -DincludeTags="EndToEndTest" test -DverboseTest=true
- name: "Run Newman"
continue-on-error: true
working-directory: ./deployment/postman
run: |-
newman run "MVD.postman_collection.json" -e "MVD K8S.postman_environment.json" --folder "ControlPlane Management" --delay-request 5000 --verbose
- name: "Print log if test failed"
if: failure()
run: |-
Expand Down
94 changes: 0 additions & 94 deletions .github/workflows/test-controlplane-management.yml

This file was deleted.

0 comments on commit ee888b0

Please sign in to comment.