mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
removing ignored test (#1736)
This commit is contained in:
parent
24469859e5
commit
f6e4068ebe
@ -128,14 +128,5 @@ public void ExcludesNonSerializedFields()
|
||||
Assert.That(CompilationFinishedHook.WeaveFailed, Is.False);
|
||||
Assert.That(weaverErrors, Is.Empty);
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Ignore("Not Implemented")]
|
||||
public void IncludesPrivateSerializeField()
|
||||
{
|
||||
// Need to read Assemably and check that fields are added to writer
|
||||
Assert.That(CompilationFinishedHook.WeaveFailed, Is.False);
|
||||
Assert.That(weaverErrors, Is.Empty);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user