File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments