Skip to content

Commit

Permalink
[wasm] Disable ExceptionTests due to issue #81170, to get CI green (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Jan 25, 2023
1 parent 51a36ff commit 2b8514b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mono/wasm/debugger/Wasm.Debugger.Tests/wasm.helix.targets
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<Output TaskParameter="Lines" ItemName="_DebuggerTestsClassName" />
</ReadLinesFromFile>

<ItemGroup>
<!-- ActiveIssue: https://github.com/dotnet/runtime/issues/81170 -->
<_DebuggerTestsClassName Remove="@(_DebuggerTestsClassName)" Condition="'%(Identity)' == 'DebuggerTests.ExceptionTests'" />
</ItemGroup>

<ItemGroup>
<HelixWorkItem Include="@(_DebuggerTestsClassName -> '$(DebuggerHost)-%(Identity)')">
<PayloadArchive>$(TestArchiveTestsDir)Wasm.Debugger.Tests.zip</PayloadArchive>
Expand Down

0 comments on commit 2b8514b

Please sign in to comment.