Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
HostModel:Enable TestWithAdditionalContentAfterBundleMetadata (#6968)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
swaroop-sridhar authored Aug 15, 2019
1 parent 002bc9e commit b44e5a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b44e5a2

Please sign in to comment.