Skip to content

Commit

Permalink
Ignore Audio Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Aug 27, 2024
1 parent 770603f commit f2ea842
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/MonoGame.Tools.Tests/Mp3ImporterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

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

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

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

namespace MonoGame.Tests.ContentPipeline
{
#if MACOS
[Ignore("Hanging on Mac in CI?")]
#endif
class WmaImporterTests
{
[Test]
Expand Down

0 comments on commit f2ea842

Please sign in to comment.