Skip to content

Commit 28f6daa

Browse files
authored
[tests] Disable tests failing on runtime extra platforms (#77487)
* [tests] Disable test running out of memory on Android x86 * [tests] Disable failing TestIcuAppLocal on windows * Extend active issue for android * Disable failing WasmTestOnBrowser test
1 parent 8ddb0c4 commit 28f6daa

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/libraries/System.Globalization/tests/IcuAppLocal/IcuAppLocal.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public class IcuAppLocalTests
1717

1818

1919
[ConditionalFact(nameof(SupportsIcuPackageDownload))]
20+
[ActiveIssue("https://github.com/dotnet/runtime/issues/77485", TestPlatforms.Windows)]
2021
public void TestIcuAppLocal()
2122
{
2223
// We define this switch dynamically during the runtime using RemoteExecutor.

src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,7 @@ from lineFolds in BoolValues
12831283

12841284
[Theory]
12851285
[MemberData(nameof(TripleBoolValues))]
1286+
[ActiveIssue("https://github.com/dotnet/runtime/issues/77474", TestPlatforms.Android)]
12861287
public async Task LargeHeaders_TrickledOverTime_ProcessedEfficiently(bool trailingHeaders, bool async, bool lineFolds)
12871288
{
12881289
Memory<byte> responsePrefix = Encoding.ASCII.GetBytes(trailingHeaders

src/libraries/System.ServiceModel.Syndication/tests/BasicScenarioTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public static void SyndicationFeed_CreateNewFeed()
4444
}
4545

4646
[Fact]
47+
[ActiveIssue("https://github.com/dotnet/runtime/issues/77526", TestPlatforms.Browser)]
4748
public static void SyndicationFeed_Load_Write_RSS_Feed()
4849
{
4950
string path = Path.GetTempFileName();

0 commit comments

Comments
 (0)