mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Skip test for scenario which is not implemented
This commit is contained in:
@@ -95,7 +95,7 @@ namespace plistcil.test
|
||||
Assert.True(emojiString.Equals(y2.ObjectForKey("emojiString").ToString()));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
[Fact(Skip = "Support for property lists with a root element which is not plist is not implemented")]
|
||||
public static void TestIssue30()
|
||||
{
|
||||
#pragma warning disable 219
|
||||
|
||||
Reference in New Issue
Block a user