Skip to content

Commit

Permalink
fix: test message
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jan 15, 2025
1 parent 840a1a9 commit 02d2d61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def test_multiple_ips(self, monkeypatch):
[MAPDL_DEFAULT_PORT, MAPDL_DEFAULT_PORT + 1],
NullContext(),
marks=pytest.mark.xfail(
reason="Available ports cannot does not start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
reason="Cannot start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
),
),
pytest.param(
Expand All @@ -588,7 +588,7 @@ def test_multiple_ips(self, monkeypatch):
[MAPDL_DEFAULT_PORT, MAPDL_DEFAULT_PORT + 1, MAPDL_DEFAULT_PORT + 2],
NullContext(),
marks=pytest.mark.xfail(
reason="Available ports cannot does not start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
reason="Cannot start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
),
),
pytest.param(
Expand All @@ -600,7 +600,7 @@ def test_multiple_ips(self, monkeypatch):
[50053, 50053 + 1, 50053 + 2],
NullContext(),
marks=pytest.mark.xfail(
reason="Available ports cannot does not start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
reason="Cannot start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
),
),
pytest.param(
Expand Down

0 comments on commit 02d2d61

Please sign in to comment.