aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2021-11-01 16:00:06 +0100
committerMichael Albinus2021-11-01 16:00:06 +0100
commitaa90de71a2d3344884a2622ceef00507bcdf28d2 (patch)
tree1d0e5d240e1c21bb649013e1e54759600591925c
parent8c215fd4c9142ae28a2adf7d810d7da25b0cc3c1 (diff)
downloademacs-aa90de71a2d3344884a2622ceef00507bcdf28d2.tar.gz
emacs-aa90de71a2d3344884a2622ceef00507bcdf28d2.zip
Exclude emacs-module-tests.el on emba
* test/infra/gitlab-ci.yml (test-native-comp-speed0): Exclude emacs-module-tests.el.
-rw-r--r--test/infra/gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index a2b36b6af6f..001c7795725 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -302,7 +302,9 @@ test-native-comp-speed0:
302 extends: [.job-template, .test-template, .native-comp-template] 302 extends: [.job-template, .test-template, .native-comp-template]
303 variables: 303 variables:
304 target: emacs-native-comp-speed0 304 target: emacs-native-comp-speed0
305 make_params: "-C test check SELECTOR='(not (tag :unstable))'" 305 make_params: >-
306 -C test check EXCLUDE_TESTS=%emacs-module-tests.el
307 SELECTOR='(not (tag :unstable))'
306 308
307test-all-inotify: 309test-all-inotify:
308 # This tests also file monitor libraries inotify and inotifywatch. 310 # This tests also file monitor libraries inotify and inotifywatch.