Skip to content

Commit

Permalink
move the failure test
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Sep 19, 2024
1 parent a440d01 commit e0ddce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_fms/data_override/test_data_override_ensembles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ if [ -z $parser_skip ]; then
mpirun -n 12 ../test_data_override_ongrid_${KIND}
'
done
fi

cat <<_EOF > data_table.yaml
data_table:
Expand All @@ -85,8 +84,9 @@ data_table:
factor: 1.0
_EOF

test_expect_failure "test_data_override with both data_table.yaml and data_table.ens_xx.yaml files" '
test_expect_failure "test_data_override with both data_table.yaml and data_table.ens_xx.yaml files" '
mpirun -n 12 ../test_data_override_ongrid_${KIND}
'
rm -rf INPUT
fi
test_done

0 comments on commit e0ddce0

Please sign in to comment.