Skip to content

Commit 008ee9f

Browse files
authored
Disable RunWithDifferentAppBundleLocations failing with a timeout (#108427)
1 parent 44c9d13 commit 008ee9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mono/wasm/Wasm.Build.Tests/Templates/WasmTemplateTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ void AddTestData(bool forConsole, bool runOutsideProjectDirectory)
232232

233233
[Theory, TestCategory("no-fingerprinting")]
234234
[MemberData(nameof(TestDataForAppBundleDir))]
235+
[ActiveIssue("https://github.com/dotnet/runtime/issues/108107")]
235236
public async Task RunWithDifferentAppBundleLocations(bool forConsole, bool runOutsideProjectDirectory, string extraProperties)
236237
=> await (forConsole
237238
? ConsoleRunWithAndThenWithoutBuildAsync("Release", extraProperties, runOutsideProjectDirectory)

0 commit comments

Comments
 (0)