Skip to content

Commit 075f3c8

Browse files
Restore gitattributes
1 parent d284a44 commit 075f3c8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
*.jpg filter=lfs diff=lfs merge=lfs -text
116116
*.jpeg filter=lfs diff=lfs merge=lfs -text
117117
*.bmp filter=lfs diff=lfs merge=lfs -text
118+
*.BMP filter=lfs diff=lfs merge=lfs -text
118119
*.gif filter=lfs diff=lfs merge=lfs -text
119120
*.png filter=lfs diff=lfs merge=lfs -text
120121
*.tif filter=lfs diff=lfs merge=lfs -text

tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -611,13 +611,6 @@ public void BmpDecoder_CanDecode_Os2v2Header<TPixel>(TestImageProvider<TPixel> p
611611
public void BmpDecoder_CanDecode_Os2BitmapArray<TPixel>(TestImageProvider<TPixel> provider)
612612
where TPixel : unmanaged, IPixel<TPixel>
613613
{
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-
621614
using (Image<TPixel> image = provider.GetImage(BmpDecoder))
622615
{
623616
image.DebugSave(provider);

0 commit comments

Comments
 (0)