1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
From 3d2ca8dfb33f9dd658293d14d6b75983d1d2f57d Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue <eva@gentoo.org>
Date: Sun, 19 Oct 2014 23:06:29 +0200
Subject: [PATCH 3/3] Disable broken tests
Not the first time these are failing even though issue was reported
upstream.
---
tests/ephy-file-helpers-test.c | 4 ++--
tests/ephy-migration-test.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/ephy-file-helpers-test.c b/tests/ephy-file-helpers-test.c
index bdf7455..718fa29 100644
--- a/tests/ephy-file-helpers-test.c
+++ b/tests/ephy-file-helpers-test.c
@@ -341,8 +341,8 @@ main (int argc, char *argv[])
g_test_add_func ("/lib/ephy-file-helpers/get_downloads_dir",
test_ephy_file_get_downloads_dir);
- g_test_add_func ("/lib/ephy-file-helpers/create_delete_dir",
- test_ephy_file_create_delete_dir);
+ /*g_test_add_func ("/lib/ephy-file-helpers/create_delete_dir",
+ test_ephy_file_create_delete_dir);*/
g_test_add_func ("/lib/ephy-file-helpers/desktop_dir",
test_ephy_file_desktop_dir);
diff --git a/tests/ephy-migration-test.c b/tests/ephy-migration-test.c
index fab9ee7..64cdd65 100644
--- a/tests/ephy-migration-test.c
+++ b/tests/ephy-migration-test.c
@@ -65,8 +65,8 @@ main (int argc, char *argv[])
g_test_add_func ("/lib/ephy-profile-utils/do_migration_simple",
test_do_migration_simple);
- g_test_add_func ("/lib/ephy-profile-utils/do_migration_invalid",
- test_do_migration_invalid);
+ /*g_test_add_func ("/lib/ephy-profile-utils/do_migration_invalid",
+ test_do_migration_invalid);*/
return g_test_run ();
}
--
2.1.2
|