From 0f83ffbea2d9462632954b258a27c68d2b5e8cb3 Mon Sep 17 00:00:00 2001 From: Swaroop Sridhar Date: Wed, 17 Jun 2020 00:01:54 -0700 Subject: [PATCH] Skip Bundle_can_be_renamed() installer test 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. --- .../AppHost.Bundle.Tests/BundleRename.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs index 8decb64146690..3a0ed2c7f33e6 100644 --- a/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs +++ b/src/installer/tests/Microsoft.NET.HostModel.Tests/AppHost.Bundle.Tests/BundleRename.cs @@ -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)