HostModel:Enable TestWithAdditionalContentAfterBundleMetadata (dotnet/core-setup...
authorSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>
Thu, 15 Aug 2019 19:41:01 +0000 (12:41 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2019 19:41:01 +0000 (12:41 -0700)
The above test was disabled in PR dotnet/core-setup#6885 because the lab runs
showed failures because of "not enough disk space"

This PR now enables the test, since the test job no longer uses the hosted pool.

Commit migrated from https://github.com/dotnet/core-setup/commit/b44e5a25b376cfa6e0581cd69af05ce655d72f40

src/installer/test/BundleTests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs

index 65ae06a..bde53bc 100644 (file)
@@ -143,7 +143,7 @@ namespace Microsoft.NET.HostModel.Tests
             bundleDir.Should().OnlyHaveFiles(expectedFiles);
         }
 
-        [Fact(Skip = "Disabled in master temporarily to avoid infra issues")]
+        [Fact]
         public void TestWithAdditionalContentAfterBundleMetadata()
         {
             var fixture = sharedTestState.TestFixture.Copy();