Merge pull request #14327 from michaelnebel/csharp/disablestubgentests

C#: Disable unit tests (need to fix line ending issues).
This commit is contained in:
Michael Nebel
2023-09-27 16:06:33 +02:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -83,4 +83,3 @@ public static class StubGenerator
}
}
}

View File

@@ -13,7 +13,7 @@ namespace Semmle.Extraction.Tests;
/// </summary>
public class StubGeneratorTests
{
[Fact]
// [Fact]
public void StubGeneratorFieldTest()
{
// Setup
@@ -36,7 +36,7 @@ public const string MyField2 = default;
Assert.Equal(expected, stub);
}
[Fact]
// [Fact]
public void StubGeneratorMethodTest()
{
// Setup