Skip to content

Commit

Permalink
Enable more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Aug 27, 2024
1 parent 1a7a257 commit a779558
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Tools/MonoGame.Tools.Tests/FontTextureProcessorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

namespace MonoGame.Tests.ContentPipeline
{
#if MACOS
[Ignore("Hanging on Mac in CI?")]
#endif
class FontTextureProcessorTests
{
[Test]
Expand Down
3 changes: 0 additions & 3 deletions Tools/MonoGame.Tools.Tests/TextureContentTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

namespace MonoGame.Tests.ContentPipeline
{
#if MACOS
[Ignore("Hanging on Mac in CI?")]
#endif
class TextureContentTests
{
[Test]
Expand Down
3 changes: 0 additions & 3 deletions Tools/MonoGame.Tools.Tests/TextureImporterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

namespace MonoGame.Tests.ContentPipeline
{
#if MACOS
[Ignore("Hanging on Mac in CI?")]
#endif
class TextureImporterTests
{
const string intermediateDirectory = "TestObj";
Expand Down

0 comments on commit a779558

Please sign in to comment.