Skip to content

Commit

Permalink
Disable RunWithDifferentAppBundleLocations failing with a timeout (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ilonatommy authored Oct 1, 2024
1 parent 44c9d13 commit 008ee9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ void AddTestData(bool forConsole, bool runOutsideProjectDirectory)

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

0 comments on commit 008ee9f

Please sign in to comment.