From: Michael Albinus Date: Mon, 1 Nov 2021 15:00:06 +0000 (+0100) Subject: Exclude emacs-module-tests.el on emba X-Git-Tag: emacs-29.0.90~3671^2~299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa90de71a2d3344884a2622ceef00507bcdf28d2;p=emacs.git Exclude emacs-module-tests.el on emba * test/infra/gitlab-ci.yml (test-native-comp-speed0): Exclude emacs-module-tests.el. --- 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: 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.