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
There seems to be a weird bug of cargo test --test protocol_errors failing, while cargo test -p wayland-tests --test protocol_errors passes.
I'm not sure if that is an issue with wayland-rs, or if there is something weird going on in cargo-test, but I noticed the difference when rerunning the test with the flags (i.e. -p wayland-tests --test protocol_errors) that cargo suggested and it suddenly magically not failing.