Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tests/regression/test_process_input_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading