summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-05-22 00:15:49 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-05-22 00:21:39 -0500
commita5865320bf1c360ebd9b31e1e88cc3469ae6d60f (patch)
tree5010f039d6b5571f646d72b57603187ac9041f7f /tests
parenta7bd799a3c1beae7c1b77458cb692b10e4251903 (diff)
downloadepiphany-a5865320bf1c360ebd9b31e1e88cc3469ae6d60f.tar.gz
Disable safe browsing test
https://bugzilla.gnome.org/show_bug.cgi?id=796324
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build17
1 files changed, 9 insertions, 8 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 89f903ac3..efc960b16 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -74,14 +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
- )
+ # https://bugzilla.gnome.org/show_bug.cgi?id=796324
+ #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
+ #)
history_test = executable('test-ephy-history',
'ephy-history-test.c',