Skip to content

Commit 3f3f522

Browse files
committed
Disable tests failing due to known issue
1 parent c5ef751 commit 3f3f522

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/libraries/System.Runtime/tests/System/Attributes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public void TestIsDefined()
4242
}
4343

4444
[Fact]
45+
[ActiveIssue("https://github.com/dotnet/linker/issues/2078" /* NativeAot */)]
4546
public void IsDefined_PropertyInfo()
4647
{
4748
PropertyInfo pi = typeof(TestBase).GetProperty("PropBase3");

src/libraries/System.Runtime/tests/System/Reflection/CustomAttributeDataTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public static void Test_CustomAttribute_Constructor_CrossAssembly1()
7575

7676
[Fact]
7777
[ComVisible(false)]
78+
[ActiveIssue("https://github.com/dotnet/linker/issues/2078" /* NativeAot */)]
7879
public static void Test_CustomAttribute_Constructor_CrossAssembly2()
7980
{
8081
MethodInfo m = (MethodInfo)MethodBase.GetCurrentMethod();

0 commit comments

Comments
 (0)