Skip to content

Commit

Permalink
revert to previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasentaurii committed Oct 16, 2024
1 parent e8cf85b commit 94fddbf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,3 @@ def test_sync_latest(jwst_default_cache_state, caplog):
out = caplog.text
assert errors == 0
assert "Symbolic context 'latest' resolves to" in out


@mark.jwst
@mark.sync
def test_sync_latest_miri_ipc_reference(jwst_default_cache_state):
latest = crds.get_default_context(observatory='jwst', state='latest')
context = rmap.load_mapping(latest)
miri_imap = context.get_imap('miri')
ipc_rmap = miri_imap.get_rmap('ipc')
rmap_name = ipc_rmap.name
errors = SyncScript(f"crds.sync --contexts {rmap_name} --fetch-references --ignore-cache")()
assert errors == 0

0 comments on commit 94fddbf

Please sign in to comment.