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
2 changes: 2 additions & 0 deletions tests/test_launcher_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
from unittest.mock import create_autospec

import grpc
import pytest
from util.solver_workflow import new_solver_session # noqa: F401

from ansys.fluent.core.launcher import launcher
import ansys.platform.instancemanagement as pypim


@pytest.mark.skip(reason="hanging")
def test_launch_remote_instance(monkeypatch, new_solver_session):
fluent = new_solver_session
# Create a mock pypim pretenting it is configured and returning a channel to an already running Fluent
Expand Down