From e3112387780d3a336232d50f185ec66e1a1f1965 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Thu, 4 Apr 2024 22:15:08 -0400 Subject: [PATCH] ci: disable test on Windows Something seems to have changed in the Windows msys environment that causes the test suite to just hang. Disable the Test step on Windows until this gets triaged or magically fixed in the upstream environment. --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 007967f6..1ce4ecb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,14 +228,14 @@ jobs: update: true install: diffutils make path-type: inherit - - name: Test - shell: msys2 {0} - env: - STG_PROVE_OPTS: "--jobs=2" - STG_TEST_OPTS: "--verbose-log" - STG_PROFILE: "release" - run: | - timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash prove + # - name: Test + # shell: msys2 {0} + # env: + # STG_PROVE_OPTS: "--jobs=2" + # STG_TEST_OPTS: "--verbose-log" + # STG_PROFILE: "release" + # run: | + # timeout 900s make -C t SHELL_PATH=C:/msys64/usr/bin/bash prove - name: Show Failures if: ${{ failure() }} shell: msys2 {0}