Skip to content

Commit e46867e

Browse files
committed
added disabled platform
1 parent a669ecf commit e46867e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Tests/Editor/Timing/NetworkTimeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void TestTimeAsFloat(double d, float f, uint tickRate)
3838
}
3939

4040
[Test]
41-
[UnityPlatform(exclude = new[] { RuntimePlatform.OSXPlayer })] // Tracked in MTT-11608
41+
[UnityPlatform(exclude = new[] { RuntimePlatform.OSXPlayer, RuntimePlatform.OSXEditor })] // Tracked in MTT-11608
4242
[TestCase(53.55d, 53.5d, 10u)]
4343
[TestCase(1013553.55d, 1013553.5d, 10u)]
4444
[TestCase(0d, 0d, 10u)]

0 commit comments

Comments
 (0)