Azure / azure-functions-dotnet-worker

Azure Functions out-of-process .NET language worker
MIT License
431 stars 184 forks source link

ZipDeploy tests fail on Linux #2781

Closed mattchenderson closed 1 day ago

mattchenderson commented 1 month ago

Description

The tests (e.g., ExecuteZipDeploy_VaryingHttpResponseStatuses) will fail to run on Linux. This is masked in CI for main as those tests aren't exercised, but it is observed in the feature/2.x branch.

This item will serve as a skip reason for suppressing those tests in feature/2.x.

This failure needs to be investigated, resolved, and the test needs to be re-enabled.

Steps to reproduce

Run the tests on Linux.