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

Commit 8deef30

Browse files
kouveljkotas
authored andcommitted
Disable a couple of S.R.InteropServices tests (#23697)
Disabled the two tests that were fixed in PR dotnet/corefx#34968
1 parent de68c9d commit 8deef30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/CoreFX/CoreFX.issues.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,14 @@
10651065
{
10661066
"name": "System.Runtime.InteropServices.Tests.StringToHGlobalAutoTests.StringToHGlobalAuto_NonNullString_Roundtrips",
10671067
"reason": "https://github.com/dotnet/coreclr/pull/23664"
1068+
},
1069+
{
1070+
"name": "System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_NoErrorInfo_ReturnsValidException",
1071+
"reason": "outdated"
1072+
},
1073+
{
1074+
"name": "System.Runtime.InteropServices.Tests.ThrowExceptionForHRTests.ThrowExceptionForHR_ErrorInfo_ReturnsValidException",
1075+
"reason": "outdated"
10681076
}
10691077
]
10701078
}

0 commit comments

Comments
 (0)