-
Notifications
You must be signed in to change notification settings - Fork 5.4k
[NO-MERGE, NO-REVIEW] Experiment: try remove test exclusions #125117
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,7 +47,6 @@ public class ArrayTests : IDisposable | |
| "; | ||
|
|
||
| [Fact] | ||
| [ActiveIssue("https://github.com/dotnet/runtime/issues/60583", TestPlatforms.iOS | TestPlatforms.tvOS)] | ||
| public void DifferentConfigSources_Merged_KeysAreSorted() | ||
|
Comment on lines
49
to
50
|
||
| { | ||
| var config = BuildConfig(); | ||
|
|
@@ -76,7 +75,6 @@ public void DifferentConfigSources_Merged_KeysAreSorted() | |
| } | ||
|
|
||
| [Fact] | ||
| [ActiveIssue("https://github.com/dotnet/runtime/issues/60583", TestPlatforms.iOS | TestPlatforms.tvOS)] | ||
| public void DifferentConfigSources_Merged_WithOverwrites() | ||
| { | ||
| var config = BuildConfig(); | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test was previously skipped on iOS/tvOS under ActiveIssue(60584), but other tests in this file are still skipped for the same issue. Either the underlying problem is fixed (in which case the remaining 60584 skips should also be removed/updated), or it’s still present and this re-enables a known failing test on those platforms.