From ed104ffe137903afd151432ec0be8f7eee0c4df1 Mon Sep 17 00:00:00 2001 From: Hannes Vogt <vogt@hey.com> Date: Tue, 14 Nov 2023 17:12:32 +0100 Subject: [PATCH] exclude some tests --- tests/next_tests/exclusion_matrices.py | 4 ++++ .../multi_feature_tests/ffront_tests/test_icon_like_scan.py | 1 + 2 files changed, 5 insertions(+) diff --git a/tests/next_tests/exclusion_matrices.py b/tests/next_tests/exclusion_matrices.py index 735c05fdcf..52cad12074 100644 --- a/tests/next_tests/exclusion_matrices.py +++ b/tests/next_tests/exclusion_matrices.py @@ -137,6 +137,10 @@ class ProgramFormatterId(_PythonObjectIdMixin, str, enum.Enum): + [ (USES_STRIDED_NEIGHBOR_OFFSET, XFAIL, BINDINGS_UNSUPPORTED_MESSAGE), ], + ProgramBackendId.GTFN_GPU: GTFN_SKIP_TEST_LIST + + [ + (USES_STRIDED_NEIGHBOR_OFFSET, XFAIL, BINDINGS_UNSUPPORTED_MESSAGE), + ], ProgramBackendId.GTFN_CPU_IMPERATIVE: GTFN_SKIP_TEST_LIST + [ (USES_STRIDED_NEIGHBOR_OFFSET, XFAIL, BINDINGS_UNSUPPORTED_MESSAGE), diff --git a/tests/next_tests/integration_tests/multi_feature_tests/ffront_tests/test_icon_like_scan.py b/tests/next_tests/integration_tests/multi_feature_tests/ffront_tests/test_icon_like_scan.py index 108ee25862..e2d8e44aa6 100644 --- a/tests/next_tests/integration_tests/multi_feature_tests/ffront_tests/test_icon_like_scan.py +++ b/tests/next_tests/integration_tests/multi_feature_tests/ffront_tests/test_icon_like_scan.py @@ -211,6 +211,7 @@ class setup: def test_solve_nonhydro_stencil_52_like_z_q(test_setup, fieldview_backend): if fieldview_backend in [ gtfn.run_gtfn, + gtfn.run_gtfn_gpu, gtfn.run_gtfn_imperative, gtfn.run_gtfn_with_temporaries, ]: