Disable load byte array (#23638)
authorSteve MacLean <stmaclea@microsoft.com>
Mon, 1 Apr 2019 22:09:41 +0000 (18:09 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2019 22:09:41 +0000 (18:09 -0400)
* Disable AssemblyLoadByteArrayName test

* Fix typo

tests/src/Loader/AssemblyLoadContext30Extensions/AssemblyLoadContext30Extensions.cs

index 26ec2de..5cf086b 100644 (file)
@@ -117,7 +117,7 @@ public class Program
 
     public static void AssemblyLoadByteArrayName()
     {
-#if 0 // This test case fails when the assembly is a ready2run image
+#if runDisabled // This test case fails when the assembly is a ready2run image
         try
         {
             Console.WriteLine("AssemblyLoadByteArrayName()");