emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 18/28: Skip company-buffer-lines tests in terminal


From: Dmitry Gutov
Subject: [elpa] 18/28: Skip company-buffer-lines tests in terminal
Date: Wed, 27 Aug 2014 01:26:30 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 2154da01c6acee11f2b356d90bb2f5cd9e4a89f4
Author: Dmitry Gutov <address@hidden>
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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]