summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2019-03-04 18:58:56 -0800
committerGitHub <noreply@github.com>2019-03-04 18:58:56 -0800
commit88ada237f7765b7edd39967adab8ea2ba25ea16c (patch)
treeaa06f4463840d434d0670104006b8119e43f5a4a /tests
parent77fcaf6b738941a0c5dc3c00b70b49c7d9f63b69 (diff)
downloadcoreclr-88ada237f7765b7edd39967adab8ea2ba25ea16c.tar.gz
coreclr-88ada237f7765b7edd39967adab8ea2ba25ea16c.tar.bz2
coreclr-88ada237f7765b7edd39967adab8ea2ba25ea16c.zip
Remove loose dependency in runtime on System.ComponentModel. (#23010)
Remove loose dependency in runtime on System.ComponentModel. Disable test to sync with CoreFX
Diffstat (limited to 'tests')
-rw-r--r--tests/src/Interop/COM/NETClients/Licensing/Program.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/src/Interop/COM/NETClients/Licensing/Program.cs b/tests/src/Interop/COM/NETClients/Licensing/Program.cs
index 68ac88184d..794411830f 100644
--- a/tests/src/Interop/COM/NETClients/Licensing/Program.cs
+++ b/tests/src/Interop/COM/NETClients/Licensing/Program.cs
@@ -131,9 +131,10 @@ namespace NetClient
try
{
- ActivateLicensedObject();
- ActivateUnderDesigntimeContext();
- ActivateUnderRuntimeContext();
+ // Uncomment once https://github.com/dotnet/corefx/pull/35767 is in sync with coreclr repo
+ //ActivateLicensedObject();
+ //ActivateUnderDesigntimeContext();
+ //ActivateUnderRuntimeContext();
}
catch (Exception e)
{