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
  • Loading branch information
Mpdreamz committed Dec 12, 2023
1 parent 4ad83c6 commit 6cea6a6
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 6cea6a6

Please sign in to comment.