[epiphany/gnome-3-32] Disable broken gsb service test



commit aaa12bc4ed4dd847613778f01f4c45a45be530db
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Jul 30 15:21:24 2019 -0500

    Disable broken gsb service test
    
    I'm not reporting a bug yet; if it's also broken on master next time I
    run network tests there, then it will be time for a bug report.

 tests/meson.build | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index b199a2c10..943771d74 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -169,15 +169,15 @@ if get_option('unit_tests').enabled()
   #      env: envs
   # )
 
-  if get_option('network_tests').enabled()
-    gsb_service_test = executable('test-ephy-gsb-service',
-      'ephy-gsb-service-test.c',
-      dependencies: ephymain_dep
-    )
-    test('GSB service test',
-         gsb_service_test,
-         env: envs,
-         timeout: 90 # slow!
-    )
-  endif
+  #if get_option('network_tests').enabled()
+  #  gsb_service_test = executable('test-ephy-gsb-service',
+  #    'ephy-gsb-service-test.c',
+  #    dependencies: ephymain_dep
+  #  )
+  #  test('GSB service test',
+  #       gsb_service_test,
+  #       env: envs,
+  #       timeout: 90 # slow!
+  #  )
+  #endif
 endif


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