File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ def test_multiple_ips(self, monkeypatch):
576
576
[MAPDL_DEFAULT_PORT , MAPDL_DEFAULT_PORT + 1 ],
577
577
NullContext (),
578
578
marks = pytest .mark .xfail (
579
- reason = "Available ports cannot does not start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
579
+ reason = "Cannot start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
580
580
),
581
581
),
582
582
pytest .param (
@@ -588,7 +588,7 @@ def test_multiple_ips(self, monkeypatch):
588
588
[MAPDL_DEFAULT_PORT , MAPDL_DEFAULT_PORT + 1 , MAPDL_DEFAULT_PORT + 2 ],
589
589
NullContext (),
590
590
marks = pytest .mark .xfail (
591
- reason = "Available ports cannot does not start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
591
+ reason = "Cannot start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
592
592
),
593
593
),
594
594
pytest .param (
@@ -600,7 +600,7 @@ def test_multiple_ips(self, monkeypatch):
600
600
[50053 , 50053 + 1 , 50053 + 2 ],
601
601
NullContext (),
602
602
marks = pytest .mark .xfail (
603
- reason = "Available ports cannot does not start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
603
+ reason = "Cannot start in `MAPDL_DEFAULT_PORT`. Probably because there are other instances running already."
604
604
),
605
605
),
606
606
pytest .param (
You can’t perform that action at this time.
0 commit comments