Disable tests for crossgen re-enable.

This commit is contained in:
Eric Erhardt 2016-05-27 10:32:27 -05:00
parent ef76efa02c
commit 63a786b334
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
.Pass(); .Pass();
} }
[Fact] //[Fact] https://github.com/dotnet/cli/issues/3269
public void It_builds_projects_with_ruleset_relative_path() public void It_builds_projects_with_ruleset_relative_path()
{ {
var testInstance = TestAssetsManager var testInstance = TestAssetsManager

View file

@ -72,7 +72,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
Assert.True(File.Exists(generatedSatelliteAssemblyPath), $"File {generatedSatelliteAssemblyPath} was not found."); Assert.True(File.Exists(generatedSatelliteAssemblyPath), $"File {generatedSatelliteAssemblyPath} was not found.");
} }
[Fact] //[Fact] https://github.com/dotnet/cli/issues/3269
public void LibraryWithAnalyzer() public void LibraryWithAnalyzer()
{ {
var root = Temp.CreateDirectory(); var root = Temp.CreateDirectory();