Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGaurav Khanna <gkhanna@microsoft.com>2017-04-28 01:34:39 +0300
committerGitHub <noreply@github.com>2017-04-28 01:34:39 +0300
commitc8413f506307108a4688486525b1f927d76cc9cb (patch)
tree99e4622c14a04e4a988a935e171870c48b3247f6 /src
parenta8951774038ea069894111a20f98b84fab01af1f (diff)
parentdd535c586b4903892c0eb41b35251100cd5d44fd (diff)
Merge pull request #19064 from gkhanna79/DisableTest
Disable RefEmit Test
Diffstat (limited to 'src')
-rw-r--r--src/System.Runtime.Loader/tests/RefEmitLoadContext/RefEmitLoadContextTest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Runtime.Loader/tests/RefEmitLoadContext/RefEmitLoadContextTest.cs b/src/System.Runtime.Loader/tests/RefEmitLoadContext/RefEmitLoadContextTest.cs
index 2605d2b6c7..872f97f9c1 100644
--- a/src/System.Runtime.Loader/tests/RefEmitLoadContext/RefEmitLoadContextTest.cs
+++ b/src/System.Runtime.Loader/tests/RefEmitLoadContext/RefEmitLoadContextTest.cs
@@ -73,6 +73,7 @@ namespace System.Runtime.Loader.Tests
File.Copy(pathCurrentAssembly, targetPath);
}
+ [ActiveIssue(19062)]
[Fact]
public static void LoadRefEmitAssembly()
{