[epiphany] Disable ephy-file-helpers test



commit a6b0ae46c11f3077d09e55d77435e69683f93e55
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Aug 8 10:00:24 2017 -0500

    Disable ephy-file-helpers test
    
    It's deleting other tests...

 meson.build       |    3 ---
 tests/meson.build |   11 ++++++-----
 2 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/meson.build b/meson.build
index 480158e..3a735ae 100644
--- a/meson.build
+++ b/meson.build
@@ -84,9 +84,6 @@ subdir('po')
 subdir('lib')
 subdir('embed')
 subdir('src')
-
-# All tests are broken *at dist time only* due to some weird meson bug.
-# Uncomment when it works.
 subdir('tests')
 
 meson.add_install_script('post_install.py')
diff --git a/tests/meson.build b/tests/meson.build
index 8fa8161..11edde2 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -42,11 +42,12 @@ if get_option('enable_unit_tests')
   )
   test('Encodings test', encodings_test)
 
-  file_helpers_test = executable('test-ephy-file-helpers',
-    'ephy-file-helpers-test.c',
-    dependencies: ephymain_dep
-  )
-  test('File helpers test', file_helpers_test)
+  # https://bugzilla.gnome.org/show_bug.cgi?id=786001
+  # file_helpers_test = executable('test-ephy-file-helpers',
+  #   'ephy-file-helpers-test.c',
+  #   dependencies: ephymain_dep
+  # )
+  # test('File helpers test', file_helpers_test)
 
   history_test = executable('test-ephy-history',
     'ephy-history-test.c',


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