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);