[CI, Drone] Disable HighResolutionTimer test cases
This commit is contained in:
parent
778333b1b5
commit
7dd715ea6f
|
@ -25,7 +25,7 @@ def command_ndk_build(platform, configuration, target):
|
||||||
|
|
||||||
def xenia_base_tests_filters():
|
def xenia_base_tests_filters():
|
||||||
# https://github.com/xenia-project/xenia/issues/2036
|
# 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
|
# Run lint in a separate pipeline so that it will try building even if lint fails
|
||||||
def pipeline_lint():
|
def pipeline_lint():
|
||||||
|
|
Loading…
Reference in New Issue