Exclude emacs-module-tests.el on emba
* test/infra/gitlab-ci.yml (test-native-comp-speed0): Exclude emacs-module-tests.el.
This commit is contained in:
parent
8c215fd4c9
commit
aa90de71a2
1 changed files with 3 additions and 1 deletions
|
@ -302,7 +302,9 @@ test-native-comp-speed0:
|
|||
extends: [.job-template, .test-template, .native-comp-template]
|
||||
variables:
|
||||
target: emacs-native-comp-speed0
|
||||
make_params: "-C test check SELECTOR='(not (tag :unstable))'"
|
||||
make_params: >-
|
||||
-C test check EXCLUDE_TESTS=%emacs-module-tests.el
|
||||
SELECTOR='(not (tag :unstable))'
|
||||
|
||||
test-all-inotify:
|
||||
# This tests also file monitor libraries inotify and inotifywatch.
|
||||
|
|
Loading…
Add table
Reference in a new issue