diff options
author | Glenn Morris <rgm@gnu.org> | 2021-02-21 18:58:14 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-02-21 18:58:14 -0800 |
commit | af17b74a7a45e3f73d3539538b82d0187c329a2e (patch) | |
tree | 15db804ad81fbc682b37d1f90abe64c1e999f3bb /test/misc/test-custom-noloads.el | |
parent | 02f846ce9efe47bc43c364dc06593bae6415c505 (diff) | |
download | emacs-af17b74a7a45e3f73d3539538b82d0187c329a2e.tar.gz emacs-af17b74a7a45e3f73d3539538b82d0187c329a2e.tar.bz2 emacs-af17b74a7a45e3f73d3539538b82d0187c329a2e.zip |
* test/misc/test-custom-noloads.el (custom-test-load): Unstable.
Diffstat (limited to 'test/misc/test-custom-noloads.el')
-rw-r--r-- | test/misc/test-custom-noloads.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/misc/test-custom-noloads.el b/test/misc/test-custom-noloads.el index e999fe2abb0..6fa6a6c90d7 100644 --- a/test/misc/test-custom-noloads.el +++ b/test/misc/test-custom-noloads.el @@ -35,7 +35,7 @@ ;; FIXME: Multiple failures here. (ert-deftest custom-test-load () - :tags '(:expensive-test) + :tags '(:expensive-test :unstable) :expected-result :failed ; FIXME: See above. (skip-unless (file-readable-p custom-test-admin-cus-test)) (load custom-test-admin-cus-test) |