Skip to content

Commit

Permalink
Disable unstable test (#9856)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Feb 13, 2022
1 parent c1fa392 commit cbabbb4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,14 @@ public void HasChanges_updated_correctly()
}
}

[Ignore("Unstable UTF8EncodingSealed result")]
[Test]
public void Should_preserve_encoding_utf8()
{
Should_preserve_encoding(new UTF8Encoding(encoderShouldEmitUTF8Identifier: false));
}

[Ignore("Unstable UTF8EncodingSealed result")]
[Test]
public void Should_preserve_encoding_utf8_bom()
{
Expand Down

0 comments on commit cbabbb4

Please sign in to comment.