From 770603f49b322c43f870a4e788fee302050454d9 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Tue, 27 Aug 2024 09:40:49 +0100 Subject: [PATCH] Reenable Audio Import Tests --- .github/workflows/main.yml | 1 - Tools/MonoGame.Tools.Tests/Mp3ImporterTests.cs | 3 --- Tools/MonoGame.Tools.Tests/OggImporterTests.cs | 3 --- Tools/MonoGame.Tools.Tests/WavImporterTests.cs | 3 --- Tools/MonoGame.Tools.Tests/WmaImporterTests.cs | 3 --- 5 files changed, 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 697e24dde1b..f1817bd6db7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -111,7 +111,6 @@ jobs: MGFXC_WINE_PATH: /home/runner/.winemonogame if: runner.os == 'Linux' - #Not working yet they time out - name: Test run: ${{github.workspace}}/dotnet64/dotnet test Tools/MonoGame.Tools.Tests/MonoGame.Tools.Tests.csproj --blame-hang-timeout 1m -c Release env: diff --git a/Tools/MonoGame.Tools.Tests/Mp3ImporterTests.cs b/Tools/MonoGame.Tools.Tests/Mp3ImporterTests.cs index 1139580ba92..5f5ba7f2fe3 100644 --- a/Tools/MonoGame.Tools.Tests/Mp3ImporterTests.cs +++ b/Tools/MonoGame.Tools.Tests/Mp3ImporterTests.cs @@ -9,9 +9,6 @@ namespace MonoGame.Tests.ContentPipeline { -#if MACOS - [Ignore("Hanging on Mac in CI?")] -#endif class Mp3ImporterTests { [Test] diff --git a/Tools/MonoGame.Tools.Tests/OggImporterTests.cs b/Tools/MonoGame.Tools.Tests/OggImporterTests.cs index 285f251c33d..ab0df895009 100644 --- a/Tools/MonoGame.Tools.Tests/OggImporterTests.cs +++ b/Tools/MonoGame.Tools.Tests/OggImporterTests.cs @@ -9,9 +9,6 @@ namespace MonoGame.Tests.ContentPipeline { -#if MACOS - [Ignore("Hanging on Mac in CI?")] -#endif class OggImporterTests { [Test] diff --git a/Tools/MonoGame.Tools.Tests/WavImporterTests.cs b/Tools/MonoGame.Tools.Tests/WavImporterTests.cs index 3dc54832c5e..fd367c2e2d3 100644 --- a/Tools/MonoGame.Tools.Tests/WavImporterTests.cs +++ b/Tools/MonoGame.Tools.Tests/WavImporterTests.cs @@ -9,9 +9,6 @@ namespace MonoGame.Tests.ContentPipeline { -#if MACOS - [Ignore("Hanging on Mac in CI?")] -#endif class WavImporterTests { [Test] diff --git a/Tools/MonoGame.Tools.Tests/WmaImporterTests.cs b/Tools/MonoGame.Tools.Tests/WmaImporterTests.cs index 89d50df8c32..f04a9807af7 100644 --- a/Tools/MonoGame.Tools.Tests/WmaImporterTests.cs +++ b/Tools/MonoGame.Tools.Tests/WmaImporterTests.cs @@ -9,9 +9,6 @@ namespace MonoGame.Tests.ContentPipeline { -#if MACOS - [Ignore("Hanging on Mac in CI?")] -#endif class WmaImporterTests { [Test]