Skip to content
Closed
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 @@ -266,7 +266,7 @@ public void TestNewDataAnnotationFailures()
}, result.Failures);
}
#endif // NET8_0_OR_GREATER

[SkipOnPlatform(TestPlatforms.LinuxBionic, "https://github.com/dotnet/runtime/issues/93723")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For whatever reason, this doesn't seem to be respected on the latest CI run

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct, here is the latest run: https://dev.azure.com/dnceng-public/public/_build/results?buildId=444522&view=logs&j=8ce12db4-5178-5d5b-6012-cb5f9bb20b0f.

Closing this PR. If the same error is encountered we will reopen it.

[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotBrowser))]
public void TestCustomGeneratedAttributes()
{
Expand Down