Skip to content

Commit 147d3f1

Browse files
Skip Bundle_can_be_renamed() installer test (#38014)
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.
1 parent d7d2707 commit 147d3f1

File tree

1 file changed

+1
-0
lines changed
  • src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests

1 file changed

+1
-0
lines changed

src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public BundleRename(SharedTestState fixture)
2323
}
2424

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

0 commit comments

Comments
 (0)