Add issue to track vstest break

This commit is contained in:
Arun Mahapatra 2016-10-29 01:30:49 +05:30 committed by GitHub
parent 9ba8f816df
commit 43d27b843b

View file

@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Cli.VSTest.Tests
{ {
public class VSTestTests : TestBase public class VSTestTests : TestBase
{ {
//[Fact] [Fact(Skip="https://github.com/dotnet/cli/issues/4526")]
public void TestsFromAGivenContainerShouldRunWithExpectedOutput() public void TestsFromAGivenContainerShouldRunWithExpectedOutput()
{ {
// Copy DotNetCoreTestProject project in output directory of project dotnet-vstest.Tests // Copy DotNetCoreTestProject project in output directory of project dotnet-vstest.Tests