[gnome-builder] build: disable test-vim from auto-run tests



commit 66c893f4c3513c5456c03a784cf9906253b8193b
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 19 15:57:39 2017 -0700

    build: disable test-vim from auto-run tests
    
    This currently fails, so we need to address it after the release.

 tests/meson.build |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 765ca36..e5455c7 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -111,9 +111,9 @@ test_vim = executable('test-vim',
   c_args: ide_test_cflags,
   dependencies: libide_dep,
 )
-test('test-vim', test_vim,
-  env: ide_test_env,
-)
+#test('test-vim', test_vim,
+#  env: ide_test_env,
+#)
 
 
 test_snippet_parser = executable('test-snippet-parser',


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