summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-01-07 23:27:43 -0600
committerMichael Catanzaro <mcatanzaro@igalia.com>2019-01-07 23:28:00 -0600
commit84308043e0ccad2e359096642c58592f2615f25c (patch)
tree4ebf6fb12fc2f7e019610f3a572c2e7f4f9d7113
parent91508a2be9d830343300763889a27f4feb8612b7 (diff)
downloadepiphany-84308043e0ccad2e359096642c58592f2615f25c.tar.gz
Disable file helpers test again
See: #617
-rw-r--r--tests/meson.build16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 6294f4e92..45962b0e3 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -55,14 +55,14 @@ if get_option('unit_tests')
env: envs
)
- file_helpers_test = executable('test-ephy-file-helpers',
- 'ephy-file-helpers-test.c',
- dependencies: ephymain_dep
- )
- test('File helpers test',
- file_helpers_test,
- env: envs
- )
+ #file_helpers_test = executable('test-ephy-file-helpers',
+ # 'ephy-file-helpers-test.c',
+ # dependencies: ephymain_dep
+ #)
+ #test('File helpers test',
+ # file_helpers_test,
+ # env: envs
+ #)
gsb_service_test = executable('test-ephy-gsb-service',
'ephy-gsb-service-test.c',