Skip to content
Open
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 @@ -520,8 +520,6 @@ public static IEnumerable<object[]> PostAsync_Cancel_CancellationTokenPassedToCo
}

#if !NETFRAMEWORK
[ActiveIssue("https://github.com/dotnet/runtime/issues/41531")]
[OuterLoop("Uses Task.Delay")]
[Theory]
[MemberData(nameof(PostAsync_Cancel_CancellationTokenPassedToContent_MemberData))]
public async Task PostAsync_Cancel_CancellationTokenPassedToContent(HttpContent content, CancellationTokenSource cancellationTokenSource)
Expand Down Expand Up @@ -558,7 +556,7 @@ await LoopbackServerFactory.CreateClientAndServerAsync(
await server.HandleRequestAsync(content: "Hello World");
}
catch (Exception) { }
});
}).WaitAsync(TestHelper.PassingTestTimeout);
}
#endif

Expand Down
Loading