Skip to content
Merged
Show file tree
Hide file tree
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 @@ -17,6 +17,7 @@ public class IcuAppLocalTests


[ConditionalFact(nameof(SupportsIcuPackageDownload))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/77485", TestPlatforms.Windows)]
public void TestIcuAppLocal()
{
// We define this switch dynamically during the runtime using RemoteExecutor.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,7 @@ from lineFolds in BoolValues

[Theory]
[MemberData(nameof(TripleBoolValues))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/77474", TestPlatforms.Android)]
public async Task LargeHeaders_TrickledOverTime_ProcessedEfficiently(bool trailingHeaders, bool async, bool lineFolds)
{
Memory<byte> responsePrefix = Encoding.ASCII.GetBytes(trailingHeaders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public static void SyndicationFeed_CreateNewFeed()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/77526", TestPlatforms.Browser)]
public static void SyndicationFeed_Load_Write_RSS_Feed()
{
string path = Path.GetTempFileName();
Expand Down