From 04cab96b2f0dcd0b3b2f6b1892324229e97b8995 Mon Sep 17 00:00:00 2001 From: anton-seaice Date: Thu, 26 Feb 2026 10:45:11 +1100 Subject: [PATCH] Remove test for sync userscript --- .../config_tests/qa/test_access_om2_config.py | 13 ------------- 1 file changed, 13 deletions(-) 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"