From 7dd715ea6fdd008c242f3d8b6d53d82e0ac348ad Mon Sep 17 00:00:00 2001 From: Joel Linn Date: Sun, 20 Nov 2022 22:42:46 +0100 Subject: [PATCH] [CI, Drone] Disable HighResolutionTimer test cases --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 2111be666..e0a17a96a 100644 --- a/.drone.star +++ b/.drone.star @@ -25,7 +25,7 @@ def command_ndk_build(platform, configuration, target): def xenia_base_tests_filters(): # https://github.com/xenia-project/xenia/issues/2036 - return 'exclude:"Wait on Timer" exclude:"Wait on Multiple Timers"' + return 'exclude:"Wait on Timer" exclude:"Wait on Multiple Timers" exclude:"HighResolutionTimer"' # Run lint in a separate pipeline so that it will try building even if lint fails def pipeline_lint():