Skip to content

Commit 0981304

Browse files
committed
Revert invalid TestHelpers change
1 parent 8d5f84c commit 0981304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/TestHelpers/NetcodeIntegrationTestHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ internal static string GetCMBServiceEnvironentVariable()
197197
#if USE_CMB_SERVICE
198198
return "true";
199199
#else
200-
return Environment.GetEnvironmentVariable("USE_CMB_SERVICE") ?? "true";
200+
return Environment.GetEnvironmentVariable("USE_CMB_SERVICE") ?? "false";
201201
#endif
202202
}
203203

0 commit comments

Comments
 (0)