Disable AssemblyLoadByteArrayName test (#23635)
authorSteve MacLean <stmaclea@microsoft.com>
Mon, 1 Apr 2019 21:52:51 +0000 (17:52 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2019 21:52:51 +0000 (17:52 -0400)
tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs

index 165fa54..26ec2de 100644 (file)
@@ -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()