From 2459ed2cac49de9a0e34c86e296cac8ec90b1de8 Mon Sep 17 00:00:00 2001 From: Swaroop Sridhar Date: Tue, 23 Jun 2020 13:37:24 -0700 Subject: [PATCH] Disable Bundle_can_be_renamed_while_running test Disable the test due to non-deterministic failure in the CI. Enabling 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)