[CI, Drone] Disable HighResolutionTimer test cases

This commit is contained in:
Joel Linn 2022-11-20 22:42:46 +01:00 committed by Rick Gibbed
parent 778333b1b5
commit 7dd715ea6f

View file

@ -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():