diff --git a/Examples/ApiExamples/ApiExamples/ExReportingEngine.cs b/Examples/ApiExamples/ApiExamples/ExReportingEngine.cs index 068ef39b..430caea0 100644 --- a/Examples/ApiExamples/ApiExamples/ExReportingEngine.cs +++ b/Examples/ApiExamples/ApiExamples/ExReportingEngine.cs @@ -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