Skip to content

Commit 47753d6

Browse files
committed
fixing e2e test
1 parent 75d440b commit 47753d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Cli/Func.E2ETests/Commands/FuncPack/PythonPackTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ public void Pack_PythonFromCache_WorksAsExpected()
138138
[Fact]
139139
public void Pack_Python_BuildNativeDeps_OnWindows_WorksAsExpected()
140140
{
141-
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Linux) && !RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
141+
if (!RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
142142
{
143-
// Only validate this scenario on Linux or macOS
143+
// Only validate this scenario on Linux since linux based docker image is required
144144
return;
145145
}
146146

0 commit comments

Comments
 (0)