don't skip on windows

This commit is contained in:
Salman Chishti
2025-07-28 12:34:13 +00:00
parent 2dc3c3adc1
commit 577c73ee80

View File

@@ -189,12 +189,6 @@ namespace GitHub.Runner.Common.Tests.Listener
// Add debugging info // Add debugging info
Console.WriteLine($"Running on platform: {RuntimeInformation.OSDescription}, Architecture: {RuntimeInformation.OSArchitecture}"); Console.WriteLine($"Running on platform: {RuntimeInformation.OSDescription}, Architecture: {RuntimeInformation.OSArchitecture}");
// Skip on Windows
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
{
return;
}
try try
{ {
using (var hc = new TestHostContext(this)) using (var hc = new TestHostContext(this))