Skip to content

Commit

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

Fixes #35068.
  • Loading branch information
swaroop-sridhar committed Jun 17, 2020
1 parent d7d2707 commit 147d3f1
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 147d3f1

Please sign in to comment.