Skip to content

Commit

Permalink
fix: Fluent container hang [skip tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar committed Jan 16, 2025
1 parent 9c7e32a commit ea91bd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,9 @@ def test_container_ports():
@pytest.mark.fluent_version(">=24.1")
def test_container_hang():
case_name = download_file("vki_turbine.cas.gz", "pyfluent/vki_turbine")
solver = pyfluent.launch_fluent(cwd="/mnt/pyfluent", ui_mode="no_gui_or_graphics")
solver = pyfluent.launch_fluent(
cwd="/mnt/pyfluent", start_container=True, ui_mode="no_gui_or_graphics"
)
solver.file.read(file_type="case", file_name=case_name)
solver.mesh.check()
solver.solution.initialization.standard_initialize()
Expand Down

0 comments on commit ea91bd8

Please sign in to comment.