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
Somewhere in our development, we broke the Docker e2e test part 6. This is most likely a CI issue, as the test tends to run properly when run locally. Most likely we need to adjust the timeouts or resources given to the docker e2e tests.
The PR to temporarily disable docker e2e tests can be found here:
The test was failing on nearly every branch. In order to reproduce it, the commented Github Workflow needs to be uncommented in .github/workflows/go.yml and the test run via Github CI.
The text was updated successfully, but these errors were encountered:
Description
Somewhere in our development, we broke the Docker e2e test part 6. This is most likely a CI issue, as the test tends to run properly when run locally. Most likely we need to adjust the timeouts or resources given to the docker e2e tests.
The PR to temporarily disable docker e2e tests can be found here:
#1152
How to Reproduce
The test was failing on nearly every branch. In order to reproduce it, the commented Github Workflow needs to be uncommented in
.github/workflows/go.yml
and the test run via Github CI.The text was updated successfully, but these errors were encountered: