Skip to content

Commit

Permalink
enable/disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 13, 2024
1 parent fa1a832 commit 7fad5fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Tools/MonoGame.Tools.Tests/FontDescriptionProcessorTests.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 FontDescriptionProcessorTests
{
static object[] textureFormats = new object[] {
Expand Down
3 changes: 0 additions & 3 deletions Tools/MonoGame.Tools.Tests/TextureProcessorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

namespace MonoGame.Tests.ContentPipeline
{
#if MACOS || LINUX
[Ignore("Does not work on Unix based systems. We need to get wine working on CI.")]
#endif
class TextureProcessorTests
{
[Test]
Expand Down

0 comments on commit 7fad5fa

Please sign in to comment.