Skip to content

Commit

Permalink
Our "mono variant" check doesn't work on non-desktop platforms, so ex…
Browse files Browse the repository at this point in the history
…plicitly skip on Browser and Wasi (dotnet#112246)
  • Loading branch information
jkoritzinsky authored Feb 6, 2025
1 parent 111ceb8 commit e20549e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
type([TestLibrary]TestLibrary.PlatformDetection)
string[1] ('IsMonoInterpreter')
}
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.ActiveIssueAttribute::.ctor(string, valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.TestPlatforms) = {
string('https://github.com/dotnet/runtime/issues/74687')
int32(0x2400) // Browser | Wasi
}

.entrypoint

Expand Down

0 comments on commit e20549e

Please sign in to comment.