Azure / azure-functions-powershell-worker

PowerShell language worker for Azure Functions.
MIT License
204 stars 53 forks source link

Fix OTel test concurrency issue #1063

Closed andystaples closed 3 months ago

andystaples commented 3 months ago

Due to not properly resetting the OpenTelemetryController status before the OpenTelemetryEnvironmentVariableCheckWorks test runs, this test intermittently fails. Fix this test case so it passes