Brief Issue Summary
The test explorer seems to iterate through the tests in a different order than they're listed in the test explorer. Seems like the test explorer is listed alphabetically, but I believe the tests are iterated through in the order that their executables are added in CMakeLists.txt. I believe the tests should iterate in the order that they're listed in the test explorer.
CMake Tools Diagnostics
Debug Log
Additional Information
No response