From 8f4fbee9077f5f9c969ac30d64b115da848ae65f Mon Sep 17 00:00:00 2001 From: rem1776 Date: Wed, 26 Jul 2023 17:15:25 -0400 Subject: [PATCH] temporary skips for fixes --- .github/workflows/github_autotools_gnu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_autotools_gnu.yml b/.github/workflows/github_autotools_gnu.yml index 5aca75fcb2..68e855a814 100644 --- a/.github/workflows/github_autotools_gnu.yml +++ b/.github/workflows/github_autotools_gnu.yml @@ -19,7 +19,7 @@ jobs: env: TEST_VERBOSE: 1 DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flag }} ${{ matrix.input-flag }} ${{ matrix.io-flag }}" - SKIP_TESTS: "test_mpp_domains.14" # temporary workaround for gnu bug + SKIP_TESTS: "test_mpp_domains.14 test_horiz_interp2.9 test_horiz_interp2.10" # temporary till fixes are in steps: - name: Checkout code uses: actions/checkout@v2