Skip to content

Commit 814bd80

Browse files
authored
fix: Nightly dev test dur to updates in 'wait_for_process_finished'. (#4575)
## Context The test fixture was already exiting the solver session, thus exit was called twice. ## Change Summary Removed exit call from the test. ## Rationale As the exit was already called in the fixture. This updated behavior is correct as redundant call to exit will be caught now.
1 parent 59a2c5f commit 814bd80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/changelog.d/4575.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Nightly dev test due to updates in 'wait_for_process_finished'.

tests/integration/test_optislang/test_optislang_integration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ def test_simple_solve(mixing_elbow_param_case_data_session):
140140
# A bug has been submitted to address this
141141
assert output_unit == "K"
142142

143-
solver_session.exit()
144-
145143

146144
@pytest.mark.nightly
147145
@pytest.mark.codegen_required

0 commit comments

Comments
 (0)