We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d440b commit 47753d6Copy full SHA for 47753d6
test/Cli/Func.E2ETests/Commands/FuncPack/PythonPackTests.cs
@@ -138,9 +138,9 @@ public void Pack_PythonFromCache_WorksAsExpected()
138
[Fact]
139
public void Pack_Python_BuildNativeDeps_OnWindows_WorksAsExpected()
140
{
141
- if (!RuntimeInformation.IsOSPlatform(OSPlatform.Linux) && !RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
+ if (!RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
142
143
- // Only validate this scenario on Linux or macOS
+ // Only validate this scenario on Linux since linux based docker image is required
144
return;
145
}
146
0 commit comments