[epiphany] Disable safe browsing test



commit 1fed17cd20d3f4ffc6c2a80aa454293ddb1258d1
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Aug 12 20:11:06 2018 -0500

    Disable safe browsing test
    
    It's broken again, presumably due to some change on the server.

 tests/ephy-gsb-service-test.c | 12 ++++++------
 tests/meson.build             | 18 +++++++++---------
 2 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/tests/ephy-gsb-service-test.c b/tests/ephy-gsb-service-test.c
index d900491e4..d47f29eb9 100644
--- a/tests/ephy-gsb-service-test.c
+++ b/tests/ephy-gsb-service-test.c
@@ -181,12 +181,12 @@ typedef struct {
 } VerifyURLTest;
 
 static const VerifyURLTest verify_url_tests[] = {
-  {"https://testsafebrowsing.appspot.com/apiv4/LINUX/MALWARE/URL/";,                    TRUE},
-  {"https://testsafebrowsing.appspot.com/apiv4/LINUX/SOCIAL_ENGINEERING/URL/";,         TRUE},
-  {"https://testsafebrowsing.appspot.com/apiv4/LINUX/UNWANTED_SOFTWARE/URL/";,          TRUE},
-  {"https://testsafebrowsing.appspot.com/apiv4/ANY_PLATFORM/MALWARE/URL/";,             TRUE},
-  {"https://testsafebrowsing.appspot.com/apiv4/ANY_PLATFORM/SOCIAL_ENGINEERING/URL/";,  TRUE},
-  {"https://testsafebrowsing.appspot.com/apiv4/ANY_PLATFORM/UNWANTED_SOFTWARE/URL/";,   TRUE},
+//  {"https://testsafebrowsing.appspot.com/apiv4/LINUX/MALWARE/URL/";,                    TRUE},
+//  {"https://testsafebrowsing.appspot.com/apiv4/LINUX/SOCIAL_ENGINEERING/URL/";,         TRUE},
+//  {"https://testsafebrowsing.appspot.com/apiv4/LINUX/UNWANTED_SOFTWARE/URL/";,          TRUE},
+//  {"https://testsafebrowsing.appspot.com/apiv4/ANY_PLATFORM/MALWARE/URL/";,             TRUE},
+//  {"https://testsafebrowsing.appspot.com/apiv4/ANY_PLATFORM/SOCIAL_ENGINEERING/URL/";,  TRUE},
+//  {"https://testsafebrowsing.appspot.com/apiv4/ANY_PLATFORM/UNWANTED_SOFTWARE/URL/";,   TRUE},
 #if 0
   /* FIXME: https://groups.google.com/forum/#!topic/google-safe-browsing-api/S6pWV_cjwGU */
   {"https://testsafebrowsing.appspot.com/apiv4/WINDOWS/MALWARE/URL/";,                  FALSE},
diff --git a/tests/meson.build b/tests/meson.build
index b4ea2c698..7bb567cef 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -74,15 +74,15 @@ if get_option('unit_tests')
   #      env: envs
   # )
 
-  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!
-  )
+  #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!
+  #)
 
   history_test = executable('test-ephy-history',
     'ephy-history-test.c',


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