Skip to content

Commit 42fec57

Browse files
authored
[browser] disable Wasm.Browser.EventPipe.Sample (#115000)
1 parent 143bd05 commit 42fec57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/libraries/tests.proj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
<ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\browser-minimal-config\Wasm.Browser.Config.Sample.csproj" />
7777
</ItemGroup>
7878

79+
<ItemGroup Condition="'$(TargetOS)' == 'browser'" >
80+
<!-- https://github.com/dotnet/runtime/issues/103524 -->
81+
<ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\browser-eventpipe\Wasm.Browser.EventPipe.Sample.csproj" />
82+
</ItemGroup>
83+
7984
<!-- wasm EAT/AOT -->
8085
<ItemGroup Condition="'$(TargetOS)' == 'browser' and '$(RunDisabledWasmTests)' != 'true' and '$(EnableAggressiveTrimming)' == 'true'">
8186
</ItemGroup>

0 commit comments

Comments
 (0)