dgutov pushed a commit to branch master
in repository elpa.
commit 2154da01c6acee11f2b356d90bb2f5cd9e4a89f4
Author: Dmitry Gutov <[email protected]>
Date: Mon Aug 18 06:26:06 2014 +0400
Skip company-buffer-lines tests in terminal
They seem to freeze.
---
company-tests.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/company-tests.el b/company-tests.el
index 33e0c98..afd4156 100644
--- a/company-tests.el
+++ b/company-tests.el
@@ -598,6 +598,7 @@
"-*-foobar")))
(ert-deftest company-buffer-lines-with-lines-folded ()
+ :tags '(interactive)
(with-temp-buffer
(insert (propertize "aaa\nbbb\nccc\nddd\n" 'display "aaa+\n"))
(insert "eee\nfff\nggg")
@@ -605,6 +606,7 @@
'("aaa" "eee" "fff" "ggg")))))
(ert-deftest company-buffer-lines-with-multiline-display ()
+ :tags '(interactive)
(with-temp-buffer
(insert (propertize "a" 'display "bbb\nccc\ndddd\n"))
(insert "eee\nfff\nggg")