Skip to content

Commit

Permalink
disable codebase test on wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Jul 6, 2021
1 parent f6741c6 commit b572347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/System.Reflection/tests/AssemblyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ public void Location_ExecutingAssembly_IsNotNull()
}

#pragma warning disable SYSLIB0012
[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotBrowser))] // single file
public void CodeBase()
{
Assert.NotEmpty(Helpers.ExecutingAssembly.CodeBase);
Expand Down

0 comments on commit b572347

Please sign in to comment.