Skip to content

Commit 04cab96

Browse files
committed
Remove test for sync userscript
1 parent 31685c1 commit 04cab96

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/model_config_tests/config_tests/qa/test_access_om2_config.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -126,19 +126,6 @@ def test_mppncombine_fast_collate_exe(self, config, branch):
126126
"mpi"
127127
], "Expect `mpi: true` when using mppnccombine-fast"
128128

129-
def test_sync_userscript_ice_concatenation(self, config):
130-
# This script runs in the sync pbs job before syncing output to a
131-
# remote location
132-
script = "/g/data/vk83/apps/om2-scripts/concatenate_ice/concat_ice_daily.sh"
133-
assert (
134-
"userscripts" in config
135-
and "sync" in config["userscripts"]
136-
and config["userscripts"]["sync"] == script
137-
), (
138-
"Expect sync userscript set to ice-concatenation script."
139-
+ f"\nuserscript:\n sync: {script}"
140-
)
141-
142129
def test_metadata_realm(self, metadata, branch):
143130
expected_realms = {"ocean", "seaIce"}
144131
expected_config = "realm:\n - ocean\n - seaIce"

0 commit comments

Comments
 (0)