summaryrefslogtreecommitdiff
path: root/app-accessibility/at-spi2-core/files/at-spi2-core-2.0.2-disable-teamspaces-test.patch
blob: 269236d177e776b01abb9e2d7944dc4b16d00250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/dbind/dbtest.c b/dbind/dbtest.c
index e8bbb63..9843c3d 100644
--- a/dbind/dbtest.c
+++ b/dbind/dbtest.c
@@ -417,7 +417,7 @@ int main (int argc, char **argv)
 
     test_helpers ();
     test_marshalling ();
-    test_teamspaces (bus);
+    /* test_teamspaces (bus); */
 
     return 0;
 }