Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e10a301

Browse files
committed
Disable three failing TypeExtensions tests on Linux
1 parent 795cbc7 commit e10a301

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/System.Reflection.TypeExtensions/tests/EventInfo/EventInfoAddEventHandler.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class EventInfoAddEventHandler
1515
{
1616
// Positive Test 1: add Event handler to the not static event
1717
[Fact]
18+
[ActiveIssue(2619, PlatformID.Linux)]
1819
public void PosTest1()
1920
{
2021
TestClass1 tc1 = new TestClass1();
@@ -27,6 +28,7 @@ public void PosTest1()
2728

2829
// Positive Test 2:add to Event handler to the static event and the target is null
2930
[Fact]
31+
[ActiveIssue(2619, PlatformID.Linux)]
3032
public void PosTest2()
3133
{
3234
TestClass1 tc1 = new TestClass1();
@@ -39,6 +41,7 @@ public void PosTest2()
3941

4042
// Positive Test 3:add to Event handler to the static event and the target is not null
4143
[Fact]
44+
[ActiveIssue(2619, PlatformID.Linux)]
4245
public void PosTest3()
4346
{
4447
TestClass1 tc1 = new TestClass1();

0 commit comments

Comments
 (0)