End-to-end tests are unstable on CI #1855
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🪳 bug
Something isn't working
🧑💻 dev experience
developer experience (excluding CI)
The intel-mac e2e tests were failing and in an attempt to unblock our wheel builds, I disabled them in #1853
In the commit before disabling the mac builds, the linux e2e were passing. You can see an example successful run here:
However after landing the change to disable the tests, the linux tests are now failing as well:
Running the same commit locally runs fine.
The stack trace here hints at a shutdown race condition, I think related to the multi-processing test.
The text was updated successfully, but these errors were encountered: