Skip to content

Commit 1302201

Browse files
committed
Correction of ignored test
1 parent 5267766 commit 1302201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Tests/Runtime/NetworkVariable/NetworkVariableTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4409,7 +4409,7 @@ public void WhenSerializingAndDeserializingVeryLargeValueTypeNativeHashSetNetwor
44094409
}
44104410

44114411
[Test]
4412-
[Ignore(Not working on desktop)]
4412+
[Ignore("Not working on desktop")]
44134413
[Repeat(5)]
44144414
public void WhenSerializingAndDeserializingVeryLargeValueTypeNativeHashMapNetworkVariables_ValuesAreSerializedCorrectly(
44154415

0 commit comments

Comments
 (0)