Skip to content

Commit eb87af3

Browse files
committed
disable EventSourceSupport for wasi
1 parent e4822b6 commit eb87af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/testing/tests.browser.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<_BundleAOTTestWasmAppForHelixDependsOn>$(_BundleAOTTestWasmAppForHelixDependsOn);PrepareForWasmBuildApp;_PrepareForAOTOnHelix</_BundleAOTTestWasmAppForHelixDependsOn>
5151
<UseSystemResourceKeys Condition="'$(UseSystemResourceKeys)' == ''">false</UseSystemResourceKeys>
52-
<EventSourceSupport Condition="'$(EventSourceSupport)' == ''">true</EventSourceSupport>
52+
<EventSourceSupport Condition="'$(EventSourceSupport)' == '' and '$(TargetOS)' != 'wasi'">true</EventSourceSupport>
5353
<NullabilityInfoContextSupport Condition="'$(NullabilityInfoContextSupport)' == ''">true</NullabilityInfoContextSupport>
5454

5555
<!-- Library tests run directly from bin/ without the static web assets middleware,

0 commit comments

Comments
 (0)