removing ignored test (#1736)

This commit is contained in:
James Frowen 2020-04-19 00:53:39 +01:00 committed by GitHub
parent 24469859e5
commit f6e4068ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}
}