Skip to content

Commit

Permalink
Disable Bundle_can_be_renamed_while_running test
Browse files Browse the repository at this point in the history
Disable the test due to non-deterministic failure in the CI.
Enabling tracked by: dotnet#38013

Fixes: dotnet#35068
  • Loading branch information
swaroop-sridhar committed Jun 29, 2020
1 parent 178176b commit 2459ed2
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 2459ed2

Please sign in to comment.