From 28969bbfd57d6f4689c7f3bf472f042827c5c6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Fri, 30 Jan 2026 12:30:13 +0100 Subject: [PATCH] Re-enable tests Underlying flakiness cause should now be fixed --- .../Helpers/TaskExtensionsTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/UnitTests/Microsoft.Testing.Platform.UnitTests/Helpers/TaskExtensionsTests.cs b/test/UnitTests/Microsoft.Testing.Platform.UnitTests/Helpers/TaskExtensionsTests.cs index 8c2ba1af14..eee69ee59e 100644 --- a/test/UnitTests/Microsoft.Testing.Platform.UnitTests/Helpers/TaskExtensionsTests.cs +++ b/test/UnitTests/Microsoft.Testing.Platform.UnitTests/Helpers/TaskExtensionsTests.cs @@ -71,7 +71,6 @@ public async Task CancellationAsync_NonCanceledWithArgument_Succeeds() } [TestMethod] - [Ignore("https://github.com/microsoft/testfx/issues/6907")] public async Task CancellationAsync_ObserveException_Succeeds() { ManualResetEvent waitException = new(false); @@ -91,7 +90,6 @@ public async Task CancellationAsync_ObserveException_Succeeds() } [TestMethod] - [Ignore("https://github.com/microsoft/testfx/issues/6907")] public async Task CancellationAsyncWithReturnValue_ObserveException_Succeeds() { ManualResetEvent waitException = new(false);