<SmokeTestProject Remove="@(SmokeTestProject)" />
<SmokeTestProject Include="$(MonoProjectRoot)sample\wasm\browser-threads-minimal\Wasm.Browser.Threads.Minimal.Sample.csproj" />
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />
+ <!-- ActiveIssue https://github.com/dotnet/runtime/issues/88084
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Net.Http\tests\FunctionalTests\System.Net.Http.Functional.Tests.csproj" />
+ -->
</ItemGroup>
<ItemGroup>
let w0 = await exports.Sample.Test.WsClientMain("wss://socketsbay.com/wss/v2/1/demo/");
console.log("smoke: WsClientMain done " + w0);
+ /* ActiveIssue https://github.com/dotnet/runtime/issues/88057
console.log("smoke: running FetchBackground(blurst.txt)");
let s = await exports.Sample.Test.FetchBackground("./blurst.txt");
console.log("smoke: FetchBackground(blurst.txt) done");
const msg = `Unexpected FetchBackground(missing) result ${s}`;
document.getElementById("out").innerHTML = msg;
throw new Error(msg);
- }
+ }*/
console.log("smoke: running TaskRunCompute");
const r1 = await exports.Sample.Test.RunBackgroundTaskRunCompute();