Skip to content

Commit 4fe48d9

Browse files
committed
Disabled rust server for macOS platform
1 parent c826604 commit 4fe48d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
7878
{% endif %}
7979

8080
# Set additional variables for running the echo server (This is needed ONLY for NGOv2.X because relates to Distributed Authority)
81-
{% if platform.name != "win" %}
81+
{% if platform.name == "ubuntu" %} # Issues with win and mac are tracked in MTT-11606
8282
variables:
8383
ECHO_SERVER_PORT: "7788"
8484
# Set this to ensure the DA codec tests will fail if they cannot connect to the echo-server
@@ -91,7 +91,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
9191
- UnifiedTestRunner --suite=playmode --player-load-path=build/players --artifacts-path=test-results --testproject={{ project.path }} --editor-location=.Editor --playergraphicsapi=Null --fail-on-assert --reruncount=1 --clean-library-on-rerun --timeout=1800
9292

9393
# If ubuntu, run rust echo server (This is needed ONLY for NGOv2.X because relates to Distributed Authority)
94-
{% if platform.name != "win" %}
94+
{% if platform.name == "ubuntu" %} # Issues with win and mac are tracked in MTT-11606
9595
- git clone https://github.com/Unity-Technologies/mps-common-multiplayer-backend.git
9696
# Install rust
9797
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

0 commit comments

Comments
 (0)