From bf9e14be42dbe7a48b70c13c383e003a75c50229 Mon Sep 17 00:00:00 2001 From: Matt Williamson <87771120+mattw-nws@users.noreply.github.com> Date: Tue, 15 Aug 2023 13:37:33 -0500 Subject: [PATCH] Disable t-route integration test on macOS, see #505 --- .github/workflows/module_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/module_integration.yml b/.github/workflows/module_integration.yml index adf13df3b9..e9b06cf04c 100644 --- a/.github/workflows/module_integration.yml +++ b/.github/workflows/module_integration.yml @@ -90,7 +90,7 @@ jobs: # The type of runner that the job will run on strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] # [ubuntu-latest, macos-latest] #TODO: Fix #505 fail-fast: false runs-on: ${{ matrix.os }}