Skip to content

Commit

Permalink
Reenable font tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 13, 2024
1 parent 6a272da commit a28ca50
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/FontDescriptionProcessorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

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/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("Does not work on CI yet")]
#endif
class TextureImporterTests
{
const string intermediateDirectory = "TestObj";
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
[Ignore("Does not work on CI yet")]
#endif
class TextureProcessorTests
{
[Test]
Expand Down

0 comments on commit a28ca50

Please sign in to comment.