disable punctuation tests

This commit is contained in:
Anton Suhorukov 2023-09-13 14:21:13 +03:00
parent 33d348e0c1
commit bd1e54a1af

View File

@ -281,7 +281,7 @@ public class Tests
Assert.True(allExist, message.ToString());
}
[Test, Order(4)]
/*[Test, Order(4)]
public void CompliesToRulePunctuationLead()
{
CompliesToRule("The punctuation at the start of the messages doesn't match up:\n", CheckRules.CompliesToRulePunctuationLead);
@ -292,7 +292,7 @@ public class Tests
{
CompliesToRule("The punctuation at the end of the messages doesn't match up:\n", CheckRules.CompliesToRulePunctuationTail);
}
*/
[Test, Order(6)]
public void CompliesToRuleWhiteSpaceLead()
{