diff --git a/.github/workflows/github_autotools_gnu.yml b/.github/workflows/github_autotools_gnu.yml index d25f440959..b7008a0814 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_domains2.14 test_horiz_interp2.9 test_horiz_interp2.10 test_yaml_parser.5" # temporary till fixes are in + SKIP_TESTS: "test_yaml_parser.5" # temporary till fixes are in steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/test_fms/mpp/test_mpp_clock_begin_end_id.sh b/test_fms/mpp/test_mpp_clock_begin_end_id.sh index 39e5f3ffee..beeeb287e1 100755 --- a/test_fms/mpp/test_mpp_clock_begin_end_id.sh +++ b/test_fms/mpp/test_mpp_clock_begin_end_id.sh @@ -26,6 +26,7 @@ # Set common test settings. . ../test-lib.sh +touch input.nml touch clock.nml echo "&test_mpp_clock_begin_end_id_nml" > clock.nml echo "test_number = 0" >> clock.nml