From 6cea6a6785f57b17afbac440f6994a5dfeb75ee8 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Tue, 12 Dec 2023 14:14:02 +0100 Subject: [PATCH] Disable IIS test reporting on main for now while IIS tests are not running --- .github/workflows/test-windows-iis-reporter.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-windows-iis-reporter.yml b/.github/workflows/test-windows-iis-reporter.yml index b370fa2ee..ea123af45 100644 --- a/.github/workflows/test-windows-iis-reporter.yml +++ b/.github/workflows/test-windows-iis-reporter.yml @@ -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: