Skip to content

Commit

Permalink
fix: mpp_clock test failures (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Aug 17, 2023
1 parent 5326fd9 commit e154315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_autotools_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test_fms/mpp/test_mpp_clock_begin_end_id.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e154315

Please sign in to comment.