Skip to content

Commit fcf3622

Browse files
committed
Remove TestHelpers change
1 parent 5fdeaab commit fcf3622

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)