On Mon Mar 17 12:34:11 2025 +0000, Rémi Bernon wrote:
This broke some test validation, see https://test.winehq.org/data/patterns.html#bluetoothapis:device. The issue is about using skip from a different file than the test module being executed. You need to either add a "subtest" call with the other file name, or pass __FILE__ from the executing test module to the skip_ call.
Sorry about that, I have created !7598 to fix this.