As of today, REST tests are completly YOLO in term of site access (anonymous, regular, restricted) manipulations. They mutate global state without rollback and tests assume configurations that might change depending of the order of tests.
For instance, the REST tests are setup with platform as restricted but a lot of tests assume the platforme is accessible to anonymous because so many tests change that without ever cleaning up after them.