Skip to content

Commit 8b2b2f0

Browse files
author
Mike McLaughlin
committed
Skip running the test on mono for now
1 parent f694c88 commit 8b2b2f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime.Loader/tests/AssemblyExtensionsTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class NonRuntimeAssembly : Assembly
1414
[Fact]
1515
[ActiveIssue("https://github.com/dotnet/runtime/issues/45689", platforms: TestPlatforms.AnyUnix, runtimes: TestRuntimes.Mono)]
1616
[PlatformSpecific(TestPlatforms.Windows)]
17+
[SkipOnMono("Not yet implemented on Mono")]
1718
public static void ApplyUpdateInvalidParameters()
1819
{
1920
// Dummy delta arrays

0 commit comments

Comments
 (0)