Skip to content

Commit 0acc024

Browse files
committed
exclude async on wasm
1 parent 048f6fd commit 0acc024

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
@@ -3166,6 +3166,9 @@
31663166
<ExcludeList Include="$(XunitTestBinBase)/Interop/Swift/**">
31673167
<Issue>Not supported</Issue>
31683168
</ExcludeList>
3169+
<ExcludeList Include="$(XunitTestBinBase)/async/**">
3170+
<Issue>Runtime async on wasm NYI</Issue>
3171+
</ExcludeList>
31693172
</ItemGroup>
31703173

31713174
<ItemGroup Condition="'$(TargetOS)' == 'android'" >

0 commit comments

Comments
 (0)