Skip to content

Commit f694c88

Browse files
author
Mike McLaughlin
committed
Only run test on Windows
1 parent 7d98c44 commit f694c88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ class NonRuntimeAssembly : Assembly
1212
}
1313

1414
[Fact]
15-
[ActiveIssue("https://github.com/dotnet/runtime/issues/45689", platforms: TestPlatforms.AnyUnix | TestPlatforms.OSX, runtimes: TestRuntimes.Mono)]
15+
[ActiveIssue("https://github.com/dotnet/runtime/issues/45689", platforms: TestPlatforms.AnyUnix, runtimes: TestRuntimes.Mono)]
16+
[PlatformSpecific(TestPlatforms.Windows)]
1617
public static void ApplyUpdateInvalidParameters()
1718
{
1819
// Dummy delta arrays

0 commit comments

Comments
 (0)