You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These unit tests are failing because they try to run /proc/self/exe which doesn't work when running as a unit tests. These tests would be better migrated to an integration test maybe using docker compose.
These unit tests are failing because they try to run
/proc/self/exewhich doesn't work when running as a unit tests. These tests would be better migrated to an integration test maybe using docker compose.