Commit 05898eb
committed
CI: exclude all Bitmap tests on non-Windows (not just BitmapWithAlphaTests)
BitmapExtensionsTests also uses System.Drawing.Common which requires
Windows GDI+. MSTest treats Assert.Inconclusive in [ClassInitialize]
as test failures, not skips — so the runtime guard doesn't help CI.
Broaden the extra_filter from FullyQualifiedName!~BitmapWithAlphaTests
to FullyQualifiedName!~Bitmap to exclude all Bitmap test classes
(BitmapExtensionsTests, BitmapWithAlphaTests, OpenBugsBitmap) on
non-Windows runners.1 parent 476804c commit 05898eb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments