Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2021-03-24 17:07:41 +0300
committerGitHub <noreply@github.com>2021-03-24 17:07:41 +0300
commit000432728ae8603d7ac0519d844bc260eee4910e (patch)
tree2bca646cd024624dc16ec417f729b6ec08eea644 /test/ILLink.RoslynAnalyzer.Tests
parent6646911ccb8113135d2bc90e8a957f45d451c0f4 (diff)
[main] Update dependencies from dotnet/runtime (#1916)v6.0.100-preview.2.21174.1
[main] Update dependencies from dotnet/runtime - Disable unreliable test
Diffstat (limited to 'test/ILLink.RoslynAnalyzer.Tests')
-rw-r--r--test/ILLink.RoslynAnalyzer.Tests/LinkerTestCases.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ILLink.RoslynAnalyzer.Tests/LinkerTestCases.cs b/test/ILLink.RoslynAnalyzer.Tests/LinkerTestCases.cs
index c26f6f9a4..3eea37eaa 100644
--- a/test/ILLink.RoslynAnalyzer.Tests/LinkerTestCases.cs
+++ b/test/ILLink.RoslynAnalyzer.Tests/LinkerTestCases.cs
@@ -13,7 +13,7 @@ namespace ILLink.RoslynAnalyzer.Tests
/// </summary>
public class LinkerTestCases : TestCaseUtils
{
- [Theory]
+ //[Theory]
[MemberData (nameof (GetTestData), parameters: nameof (RequiresCapability))]
public void RequiresCapability (MethodDeclarationSyntax m, List<AttributeSyntax> attrs)
{