Skip to content

Commit cc1a9e2

Browse files
committed
Temporarily excluded test from .NetStarndard
1 parent 994a883 commit cc1a9e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ApiExamples/CSharp/ApiExamples/ExDocument.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3348,6 +3348,7 @@ public void ReadMacrosFromDocument()
33483348
Assert.IsTrue(classModule.SourceCode.Contains("MsgBox \"Class test\""));
33493349
}
33503350

3351+
#if !(NETSTANDARD2_0 || __MOBILE__)
33513352
[Test]
33523353
public void OpenType()
33533354
{
@@ -3370,5 +3371,6 @@ public void OpenType()
33703371
doc.Save(ArtifactsDir + "OpenType.Document.pdf");
33713372
//ExEnd
33723373
}
3374+
#endif
33733375
}
33743376
}

0 commit comments

Comments
 (0)