提交 73a0ae58 编写于 作者: S Swaroop Sridhar 提交者: GitHub

HostModel:Enable TestWithAdditionalContentAfterBundleMetadata (dotnet/core-setup#6968)

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
上级 e8128910
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册