Skip to content

Commit

Permalink
[mt][browser] Block Wasm.Browser.EventPipe.Sample (#98027)
Browse files Browse the repository at this point in the history
* Disable

* Typo
  • Loading branch information
ilonatommy authored Feb 6, 2024
1 parent be8cb2b commit b977a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
<ItemGroup Condition="'$(TargetOS)' == 'browser' and '$(WasmEnableThreads)' == 'true'" >
<!-- https://github.com/dotnet/runtime/issues/91676 -->
<ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\browser-minimal-config\Wasm.Browser.Config.Sample.csproj" />
<!-- https://github.com/dotnet/runtime/issues/98026 -->
<ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\browser-eventpipe\Wasm.Browser.EventPipe.Sample.csproj" />
</ItemGroup>

<!-- wasm EAT/AOT -->
Expand Down

0 comments on commit b977a83

Please sign in to comment.