From 3c471ed8e842978ee98d8b1399c38eb956fd93f0 Mon Sep 17 00:00:00 2001 From: vderyushev Date: Thu, 5 Dec 2024 10:19:37 +0300 Subject: [PATCH] Updated RestrictedTypes test --- Examples/ApiExamples/ApiExamples/ExReportingEngine.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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