Skip to content

Commit

Permalink
Disable texture test on mac due to freeimage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 13, 2024
1 parent 91754cc commit b024e1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/MonoGame.Tools.Tests/TextureProcessorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

namespace MonoGame.Tests.ContentPipeline
{
#if MACOS
[Ignore("Does not work on CI yet")]
#endif
class TextureProcessorTests
{
[Test]
Expand Down

0 comments on commit b024e1e

Please sign in to comment.