Skip to content

Commit ad3671f

Browse files
committed
Disable on WASM and llvmfullaot/llvmaot.
1 parent c8e14a1 commit ad3671f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/issues.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3074,6 +3074,9 @@
30743074
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventcounter/**">
30753075
<Issue> needs triage </Issue>
30763076
</ExcludeList>
3077+
<ExcludeList Include = "$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/*">
3078+
<Issue>Build doesn't include diagnostics tracing</Issue>
3079+
</ExcludeList>
30773080
<ExcludeList Include = "$(XunitTestBinBase)/Interop/MonoAPI/MonoMono/Thunks/**">
30783081
<Issue>Test not expected to work with AOT</Issue>
30793082
</ExcludeList>
@@ -3607,6 +3610,9 @@
36073610
<ExcludeList Include = "$(XunitTestBinBase)/tracing/eventpipe/pauseonstart/**">
36083611
<Issue>Could not load legacy Microsoft.Diagnostics.Tools.RuntimeClient</Issue>
36093612
</ExcludeList>
3613+
<ExcludeList Include = "$(XunitTestBinBase)/tracing/runtimeeventsource/nativeruntimeeventsource/*">
3614+
<Issue>WASM doesn't support diagnostics tracing</Issue>
3615+
</ExcludeList>
36103616
</ItemGroup>
36113617

36123618
<ItemGroup Condition=" $(TargetOS) == 'Android' " >

0 commit comments

Comments
 (0)