Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions tests/test_streaming_services.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down