summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_gui.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test_gui.vim')
-rw-r--r--src/testdir/test_gui.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test_gui.vim b/src/testdir/test_gui.vim
index 762e332edc..b727372a26 100644
--- a/src/testdir/test_gui.vim
+++ b/src/testdir/test_gui.vim
@@ -1118,6 +1118,8 @@ func TestGuiTabToolTip()
endfunc
func Test_gui_tablabel_tooltip()
+ CheckNotFeature gui_athena
+
%bw!
" Removing the tabline at the end of this test, reduces the window height by
" one. Save and restore it after the test.