Francois Gouget fgouget@codeweavers.com writes:
We can potentially change the criteria that TestBot uses to decide whether to skip. But what should these be here? Also, do they really belong in WineTestBot, which would likely require duplicating that code to WineTest too, or should the skipping really be done by the test itself?
That code is already in winetest, that's the point. Testbot should be skipping the exact same things that winetest already skips.
Conceivably we could use winetest to run tests on the testbot to avoid duplicating the logic.