Issue dotnet/corefx#30252 is by design (dotnet/corefx#31656)
authorPaulo Janotti <pauloja@microsoft.com>
Thu, 9 Aug 2018 07:54:58 +0000 (00:54 -0700)
committerJan Kotas <jkotas@microsoft.com>
Thu, 9 Aug 2018 07:54:58 +0000 (00:54 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/25d0f5c20edddbf872d17fa699b4279c0827c320

src/libraries/System.CodeDom/tests/System/CodeDom/Compiler/CompilerResultsTests.cs

index 49c2e27..3d42930 100644 (file)
@@ -30,7 +30,7 @@ namespace System.CodeDom.Compiler.Tests
         }
 
         [Fact]
-        [ActiveIssue(30252, ~TargetFrameworkMonikers.NetFramework)]
+        [SkipOnTargetFramework(~TargetFrameworkMonikers.NetFramework, "Assembly.Load ignores CodeBase by design, except on netfx. See https://github.com/dotnet/coreclr/issues/10561")]
         public void CompiledAssembly_ValidPathToAssembly_ReturnsExpected()
         {
             var results = new CompilerResults(null) { PathToAssembly = typeof(int).Assembly.EscapedCodeBase };