diff --git a/tests/next_tests/integration_tests/feature_tests/ffront_tests/ffront_test_utils.py b/tests/next_tests/integration_tests/feature_tests/ffront_tests/ffront_test_utils.py index d2b835044b..1f5a1f0c48 100644 --- a/tests/next_tests/integration_tests/feature_tests/ffront_tests/ffront_test_utils.py +++ b/tests/next_tests/integration_tests/feature_tests/ffront_tests/ffront_test_utils.py @@ -41,15 +41,7 @@ @ppi.program_executor def no_backend(program: itir.FencilDefinition, *args: Any, **kwargs: Any) -> None: """Temporary default backend to not accidentally test the wrong backend.""" - raise ValueError("No backend selected. Backend selection is mandatory in tests.") - """Temporary default backend to not accidentally test the wrong backend.""" - - @property - def kind(self) -> type[ppi.ProgramExecutor]: - return ppi.ProgramExecutor - - def __call__(program: itir.FencilDefinition, *args: Any, **kwargs: Any): - raise ValueError("No backend selected! Backend selection is mandatory in tests.") + raise ValueError("No backend selected! Backend selection is mandatory in tests.") OPTIONAL_PROCESSORS = []