diff --git a/Makefile b/Makefile index c7c7bb40b41a..c8afd4f543e7 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ unittest-custom: @echo "Running custom unittest" @sudo rm -rf /home/ansys/.local/share/ansys_fluent_core/examples @pip install -r requirements/requirements_tests.txt - @python -m pytest -v -k test_parametric_workflow # Update custom testlist + @python -m pytest -v --no-cov --capture=no -k test_transcript # Update custom testlist unittest-dev-222: @echo "Running unittests" diff --git a/tests/test_streaming_services.py b/tests/test_streaming_services.py index 0e5b674014d4..47776bc8fbda 100644 --- a/tests/test_streaming_services.py +++ b/tests/test_streaming_services.py @@ -1,6 +1,5 @@ import time -import pytest from util.solver_workflow import new_solver_session # noqa: F401 from ansys.fluent.core import connect_to_fluent @@ -34,7 +33,6 @@ def run_transcript(i, ip, port, password): return transcript_checked, transcript_passed -@pytest.mark.skip("Skipping for now while investigating Fluent v241, see #1802") def test_transcript(new_solver_session): solver = new_solver_session ip = solver.connection_properties.ip