From 8c505db8c40c031a03fb42596f9ccf0159e36a39 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Wed, 21 Feb 2024 09:27:52 +0100 Subject: [PATCH] Temporarily disable OMNI for CLOUDSC regression --- transformations/tests/test_cloudsc.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/transformations/tests/test_cloudsc.py b/transformations/tests/test_cloudsc.py index ab1820fe2..f05068996 100644 --- a/transformations/tests/test_cloudsc.py +++ b/transformations/tests/test_cloudsc.py @@ -49,7 +49,10 @@ def fixture_bundle_create(here, local_loki_bundle): @pytest.mark.usefixtures('bundle_create') @pytest.mark.parametrize('frontend', available_frontends( xfail=[(OFP, 'Lack of elemental support makes C-transpilation impossible')], - skip=[(OMNI, 'OMNI needs FParser for parsing dependencies')] if not HAVE_FP else None + skip=[(OMNI, 'OMNI needs FParser for parsing headers')] if True or not HAVE_FP else None # pylint: disable=condition-evals-to-constant + # NB: OMNI has been temporarily disabled until we can provide config-file override of the + # frontend for individual files. This is required for OMNI to parse header files + # with comments in derived types )) def test_cloudsc(here, frontend): build_cmd = [