Skip to content

Commit 891ccde

Browse files
update
removing the OnPreInitializeConfiguration()
1 parent e83c1f5 commit 891ccde

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/DistributedAuthority/RpcProxyMessageTesting.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ public class RpcProxyMessageTesting : NetcodeIntegrationTest
2525

2626
private StringBuilder m_ValidationLogger = new StringBuilder();
2727

28-
protected override void OnPreInitializeConfiguration()
29-
{
30-
System.Environment.SetEnvironmentVariable("USE_CMB_SERVICE", "true");
31-
System.Environment.SetEnvironmentVariable("CMB_SERVICE_PORT", null);
32-
base.OnPreInitializeConfiguration();
33-
}
34-
3528
public RpcProxyMessageTesting(HostOrServer hostOrServer) : base(hostOrServer) { }
3629

3730
protected override IEnumerator OnSetup()

0 commit comments

Comments
 (0)