mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 22:27:25 +00:00
[CI, Drone] Disable HighResolutionTimer test cases
This commit is contained in:
parent
778333b1b5
commit
7dd715ea6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue