File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
tests/ImageSharp.Tests/Formats/Bmp Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 115
115
* .jpg filter =lfs diff =lfs merge =lfs - text
116
116
* .jpeg filter =lfs diff =lfs merge =lfs - text
117
117
* .bmp filter =lfs diff =lfs merge =lfs - text
118
+ * .BMP filter =lfs diff =lfs merge =lfs - text
118
119
* .gif filter =lfs diff =lfs merge =lfs - text
119
120
* .png filter =lfs diff =lfs merge =lfs - text
120
121
* .tif filter =lfs diff =lfs merge =lfs - text
Original file line number Diff line number Diff line change @@ -611,13 +611,6 @@ public void BmpDecoder_CanDecode_Os2v2Header<TPixel>(TestImageProvider<TPixel> p
611
611
public void BmpDecoder_CanDecode_Os2BitmapArray < TPixel > ( TestImageProvider < TPixel > provider )
612
612
where TPixel : unmanaged, IPixel < TPixel >
613
613
{
614
- if ( TestEnvironment . IsLinux && TestEnvironment . RunsOnCI )
615
- {
616
- // Build runs are failing on CI only.
617
- // System.NotSupportedException : ImageSharp does not support this BMP file. File header bitmap type marker '25974'.
618
- return ;
619
- }
620
-
621
614
using ( Image < TPixel > image = provider . GetImage ( BmpDecoder ) )
622
615
{
623
616
image . DebugSave ( provider ) ;
You can’t perform that action at this time.
0 commit comments