diff --git a/src/model_config_tests/config_tests/qa/test_access_om2_config.py b/src/model_config_tests/config_tests/qa/test_access_om2_config.py index b18b691..011d385 100644 --- a/src/model_config_tests/config_tests/qa/test_access_om2_config.py +++ b/src/model_config_tests/config_tests/qa/test_access_om2_config.py @@ -126,19 +126,6 @@ def test_mppncombine_fast_collate_exe(self, config, branch): "mpi" ], "Expect `mpi: true` when using mppnccombine-fast" - def test_sync_userscript_ice_concatenation(self, config): - # This script runs in the sync pbs job before syncing output to a - # remote location - script = "/g/data/vk83/apps/om2-scripts/concatenate_ice/concat_ice_daily.sh" - assert ( - "userscripts" in config - and "sync" in config["userscripts"] - and config["userscripts"]["sync"] == script - ), ( - "Expect sync userscript set to ice-concatenation script." - + f"\nuserscript:\n sync: {script}" - ) - def test_metadata_realm(self, metadata, branch): expected_realms = {"ocean", "seaIce"} expected_config = "realm:\n - ocean\n - seaIce"