diff --git a/tests/regression/test_process_input_files.py b/tests/regression/test_process_input_files.py index 18be585ade..24094380be 100644 --- a/tests/regression/test_process_input_files.py +++ b/tests/regression/test_process_input_files.py @@ -274,11 +274,6 @@ def test_input_file( should be compared in the test. :type opt_params_only: bool """ - if input_file.name == "large_tokamak_nof.IN.DAT": - pytest.skip( - "The inequalities large tokamak input file currently doesn't solve." - ) - new_input_file = tmp_path / input_file.name shutil.copy(input_file, new_input_file)