From b44e5a25b376cfa6e0581cd69af05ce655d72f40 Mon Sep 17 00:00:00 2001 From: Swaroop Sridhar Date: Thu, 15 Aug 2019 12:41:01 -0700 Subject: [PATCH] HostModel:Enable TestWithAdditionalContentAfterBundleMetadata (#6968) The above test was disabled in PR #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. --- .../BundlerConsistencyTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/BundleTests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs b/src/test/BundleTests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs index 65ae06a124..bde53bc136 100644 --- a/src/test/BundleTests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs +++ b/src/test/BundleTests/Microsoft.NET.HostModel.Bundle.Tests/BundlerConsistencyTests.cs @@ -143,7 +143,7 @@ public void AllBundledFilesAreExtracted() bundleDir.Should().OnlyHaveFiles(expectedFiles); } - [Fact(Skip = "Disabled in master temporarily to avoid infra issues")] + [Fact] public void TestWithAdditionalContentAfterBundleMetadata() { var fixture = sharedTestState.TestFixture.Copy();