Condition failing test on Nano (dotnet/corefx#39403)
authorViktor Hofer <viktor.hofer@microsoft.com>
Thu, 11 Jul 2019 20:41:14 +0000 (22:41 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Jul 2019 20:41:14 +0000 (22:41 +0200)
Commit migrated from https://github.com/dotnet/corefx/commit/bd30a3f458b6b0f71204fc3630b2d29b780c4167

src/libraries/System.Drawing.Common/tests/Printing/PrintDocumentTests.cs

index 561e347..10ab28b 100644 (file)
@@ -63,7 +63,7 @@ namespace System.Drawing.Printing.Tests
             }
         }
 
-        [Fact]
+        [ConditionalFact(Helpers.IsDrawingSupported)]
         [ActiveIssue(20884, TestPlatforms.AnyUnix)]
         public void DefaultPageSettings_Null_ReturnsExpected()
         {