In my test list, my ordered test appears and runs, but each individual test that composes the ordered list is run a second time outside the list if I run all the tests.
What is the point of the ordered list if it's going to run them nondeterministically as well? Am I missing something?