Skip to content

Commit

Permalink
Updated RestrictedTypes test
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyushev committed Dec 5, 2024
1 parent 65115a5 commit 3c471ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Examples/ApiExamples/ApiExamples/ExReportingEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1290,8 +1290,7 @@ public void DollarTextFormat()
Assert.AreEqual("one thousand two hundred thirty-four and 00/100\rfive million six hundred twenty-one thousand seven hundred eighteen and 59/100\r\f", doc.GetText());
}

[Test, Order(1)]
[Description("Test ordered as first to avoid exception with 'SetRestrictedTypes' after execution other tests.")]
[Test,Ignore("To avoid exception with 'SetRestrictedTypes' after execution other tests.")]
public void RestrictedTypes()
{
//ExStart:RestrictedTypes
Expand Down

0 comments on commit 3c471ed

Please sign in to comment.