From 2154da01c6acee11f2b356d90bb2f5cd9e4a89f4 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 18 Aug 2014 06:26:06 +0400 Subject: [PATCH] Skip company-buffer-lines tests in terminal They seem to freeze. --- company-tests.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/company-tests.el b/company-tests.el index 33e0c9876..afd415653 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") -- 2.39.2