Fix disabled test name (dotnet/coreclr#18932)
authorJan Kotas <jkotas@microsoft.com>
Mon, 16 Jul 2018 18:40:26 +0000 (11:40 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Jul 2018 18:40:26 +0000 (11:40 -0700)
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

src/coreclr/tests/CoreFX/CoreFX.issues.json

index 146947c..15d01b5 100644 (file)
         }
     },
     {
-        "name": "System.ComponentModel.Composition",
+        "name": "System.ComponentModel.Composition.Tests",
         "enabled": false,
         "exclusions": {
             "namespaces": null,