On Wed Nov 27 12:44:04 2024 +0000, eric pouech wrote:
preferred way is not to gate the tests with version... it's usually not that simple to create the relationship between the new feature and a version number (we don't have all possible windows version available under testbot) and to maintain it over time in your case, as you want to play a number of test cases, perhaps the best way forward is to have a first test to detect if the new behavior is present, and if so, then run all the tests that require that new feature
I've addressed these comments, and part of that involved splitting the original commit in two.
Please let me know if there are any concerns with the latest commits