Skip to content

Commit

Permalink
Disable IIS test reporting on main for now while IIS tests are not ru…
Browse files Browse the repository at this point in the history
…nning (#2238)
  • Loading branch information
Mpdreamz authored Dec 12, 2023
1 parent 5093ee8 commit 506e673
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-windows-iis-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
report:
runs-on: ubuntu-latest
name: IIS Test Summary
# disable IIS on CI for now.
# Run locally and started failing randomly on github actions
# Could be because of plethora of reasons including no disk space
# Requires longer investigation
if: ${{ false }}
steps:
- uses: elastic/apm-pipeline-library/.github/actions/test-report@current
with:
Expand Down

0 comments on commit 506e673

Please sign in to comment.