Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down
Loading