Skip to content

Commit

Permalink
Disable more texture tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 13, 2024
1 parent b024e1e commit 5319ec2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/MonoGame.Tools.Tests/TextureImporterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

namespace MonoGame.Tests.ContentPipeline
{
#if MACOS
[Ignore("Does not work on CI yet")]
#endif
class TextureImporterTests
{
const string intermediateDirectory = "TestObj";
Expand Down

0 comments on commit 5319ec2

Please sign in to comment.