From: Jan Kotas Date: Mon, 16 Jul 2018 18:40:26 +0000 (-0700) Subject: Fix disabled test name (dotnet/coreclr#18932) X-Git-Tag: submit/tizen/20210909.063632~11030^2~4368 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49036b708df11d0ee51a2d6fbaf2c9a668e8bba7;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix disabled test name (dotnet/coreclr#18932) System.ComponentModel.Composition.Tests use friends visibility. The fixed drop does not work well for testing of the live bits. Commit migrated from https://github.com/dotnet/coreclr/commit/d3fe9a89a769df0bfcfa65a4e97eeb6b081626a7 --- diff --git a/src/coreclr/tests/CoreFX/CoreFX.issues.json b/src/coreclr/tests/CoreFX/CoreFX.issues.json index 146947c..15d01b5 100644 --- a/src/coreclr/tests/CoreFX/CoreFX.issues.json +++ b/src/coreclr/tests/CoreFX/CoreFX.issues.json @@ -418,7 +418,7 @@ } }, { - "name": "System.ComponentModel.Composition", + "name": "System.ComponentModel.Composition.Tests", "enabled": false, "exclusions": { "namespaces": null,