Skip to content

Commit d3fe9a8

Browse files
authored
Fix disabled test name (dotnet#18932)
System.ComponentModel.Composition.Tests use friends visibility. The fixed drop does not work well for testing of the live bits.
1 parent c0bad3c commit d3fe9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CoreFX/CoreFX.issues.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@
418418
}
419419
},
420420
{
421-
"name": "System.ComponentModel.Composition",
421+
"name": "System.ComponentModel.Composition.Tests",
422422
"enabled": false,
423423
"exclusions": {
424424
"namespaces": null,

0 commit comments

Comments
 (0)