Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests] Disable tests failing on runtime extra platforms #77487

Merged
merged 4 commits into from
Oct 27, 2022
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