Skip to content

Commit 73302a3

Browse files
authored
Remove SKIP_TESTS from CI environment variables
1 parent 96e97c0 commit 73302a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/github_autotools_gnu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
env:
2525
TEST_VERBOSE: 1
2626
DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flag }} ${{ matrix.input-flag }} ${{ matrix.io-flag }}"
27-
SKIP_TESTS: "test_horiz_interp2.[23-24]" # TODO (couldn't reproduce outside CI)
2827
DEBUG_FLAGS: "-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow" # debug compiler flags taken from the mkmf template
2928
steps:
3029
- name: Checkout code

0 commit comments

Comments
 (0)