Skip to content

Commit 04e8c7f

Browse files
authored
[mono][ios] Disable failing eventpipe gcdump test on apple mobile platforms (#90002)
* Disable failing eventpipe test on apple mobile platforms * Add tracking issue
1 parent 75225c3 commit 04e8c7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3955,6 +3955,9 @@
39553955
<ExcludeList Include="$(XunitTestBinBase)/GC/Regressions/v2.0-beta1/149926/149926/*">
39563956
<Issue>needs triage</Issue>
39573957
</ExcludeList>
3958+
<ExcludeList Include="$(XunitTestBinBase)/tracing/eventpipe/gcdump/**">
3959+
<Issue>https://github.com/dotnet/runtime/issues/90012</Issue>
3960+
</ExcludeList>
39583961
</ItemGroup>
39593962

39603963
<ItemGroup Condition="'$(TargetArchitecture)' == 'wasm' or '$(TargetsMobile)' == 'true'">

0 commit comments

Comments
 (0)