-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure in VoxelPrimitive
#11916
Comments
Thanks @jjspace for the report. I can reproduce it on my machine. I did a few tests to see where it started. This spec was broken in #11847. In
The spec failure is caused by a problem in step 1: no primitive is identified under the cursor. My first guesses at possible reasons:
I say "flaky" in both cases, because the spec was fragile even before #11847. This spec uses the ellipsoid-shaped test dataset at |
@jjhembd Would it be reasonable to get this test failure fixed for the next release? |
I'll look at it on Monday. I think it should be a one day fix. |
Fantastic, thanks! |
Found a failing test locally when running through the release. It isn't happening in CI but @ggetz confirmed it's happening locally for her too. Voxel picking is still working so it seems like it's just a broken test
The text was updated successfully, but these errors were encountered: