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.