summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSteve MacLean <stmaclea@microsoft.com>2019-04-01 17:52:51 -0400
committerGitHub <noreply@github.com>2019-04-01 17:52:51 -0400
commit2731d651bd2979e40e892e52c54c631ce7d47ed4 (patch)
tree307295e5dd39adc378896d285dcfec9854b802a5 /tests
parent8c78e8597eb90ec133c7a09567ff0a8cd25d7c78 (diff)
downloadcoreclr-2731d651bd2979e40e892e52c54c631ce7d47ed4.tar.gz
coreclr-2731d651bd2979e40e892e52c54c631ce7d47ed4.tar.bz2
coreclr-2731d651bd2979e40e892e52c54c631ce7d47ed4.zip
Disable AssemblyLoadByteArrayName test (#23635)
Diffstat (limited to 'tests')
-rw-r--r--tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs b/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs
index 165fa54e56..26ec2de11d 100644
--- a/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs
+++ b/tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs
@@ -117,6 +117,7 @@ public class Program
public static void AssemblyLoadByteArrayName()
{
+#if 0 // This test case fails when the assembly is a ready2run image
try
{
Console.WriteLine("AssemblyLoadByteArrayName()");
@@ -143,6 +144,7 @@ public class Program
{
Assert(false, e.ToString());
}
+#endif
}
public static void CustomWOName()