Disable tests for crossgen re-enable.
This commit is contained in:
parent
ef76efa02c
commit
63a786b334
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
|
|||
.Pass();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
//[Fact] https://github.com/dotnet/cli/issues/3269
|
||||
public void It_builds_projects_with_ruleset_relative_path()
|
||||
{
|
||||
var testInstance = TestAssetsManager
|
||||
|
|
|
@ -72,7 +72,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
|
|||
Assert.True(File.Exists(generatedSatelliteAssemblyPath), $"File {generatedSatelliteAssemblyPath} was not found.");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
//[Fact] https://github.com/dotnet/cli/issues/3269
|
||||
public void LibraryWithAnalyzer()
|
||||
{
|
||||
var root = Temp.CreateDirectory();
|
||||
|
|
Loading…
Reference in a new issue