diff --git a/src/Test/L0/Listener/ShellScriptSyntaxL0.cs b/src/Test/L0/Listener/ShellScriptSyntaxL0.cs index 87b525db2..177b4de0e 100644 --- a/src/Test/L0/Listener/ShellScriptSyntaxL0.cs +++ b/src/Test/L0/Listener/ShellScriptSyntaxL0.cs @@ -189,12 +189,6 @@ namespace GitHub.Runner.Common.Tests.Listener // Add debugging info Console.WriteLine($"Running on platform: {RuntimeInformation.OSDescription}, Architecture: {RuntimeInformation.OSArchitecture}"); - // Skip on Windows - if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) - { - return; - } - try { using (var hc = new TestHostContext(this))