Skip to content

Commit

Permalink
Skip Bundle_can_be_renamed() installer test
Browse files Browse the repository at this point in the history
This test is randomly failing in the lab: dotnet#35068
Therefore skip this test until the underlying problem is resolved.
Enabling the test is tracked by dotnet#38013

Fixes dotnet#35068.
  • Loading branch information
swaroop-sridhar committed Jun 17, 2020
1 parent 3222741 commit 0f83ffb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public BundleRename(SharedTestState fixture)
}

[Theory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/38013")]
[InlineData(true)] // Test renaming the single-exe when contents are extracted
[InlineData(false)] // Test renaming the single-exe when contents are not extracted
private void Bundle_can_be_renamed_while_running(bool testExtraction)
Expand Down

0 comments on commit 0f83ffb

Please sign in to comment.