[next] telepathy-mission-control: disable tests relying on the old account location

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Wed Jan 22 05:36:54 PST 2014


Module: telepathy-mission-control
Branch: next
Commit: 446f5fa537466c51246c5c5cc0c03f82cfb0b38e
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=446f5fa537466c51246c5c5cc0c03f82cfb0b38e

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Jan 22 13:59:57 2014 +0100

disable tests relying on the old account location

---

 tests/twisted/account-manager/auto-connect.py            |    3 +++
 tests/twisted/account-manager/avatar-refresh.py          |    3 +++
 tests/twisted/account-storage/default-keyring-storage.py |    3 +++
 3 files changed, 9 insertions(+)

diff --git a/tests/twisted/account-manager/auto-connect.py b/tests/twisted/account-manager/auto-connect.py
index 5935988..6c04c6e 100644
--- a/tests/twisted/account-manager/auto-connect.py
+++ b/tests/twisted/account-manager/auto-connect.py
@@ -16,6 +16,9 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 # 02110-1301 USA
 
+print "FIXME: disabled while we don't have TP 1.0 accounts storage proper support"
+raise SystemExit(77)
+
 import dbus
 """Feature test for automatically signing in and setting presence etc.
 """
diff --git a/tests/twisted/account-manager/avatar-refresh.py b/tests/twisted/account-manager/avatar-refresh.py
index b779857..a3198ca 100644
--- a/tests/twisted/account-manager/avatar-refresh.py
+++ b/tests/twisted/account-manager/avatar-refresh.py
@@ -16,6 +16,9 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 # 02110-1301 USA
 
+print "FIXME: disabled while we don't have TP 1.0 accounts storage proper support"
+raise SystemExit(77)
+
 import dbus
 """Feature test for signing in and setting an avatar, on CMs like Salut where
 the avatar must be reset every time you sign in.
diff --git a/tests/twisted/account-storage/default-keyring-storage.py b/tests/twisted/account-storage/default-keyring-storage.py
index 0eb83c1..02b75b6 100644
--- a/tests/twisted/account-storage/default-keyring-storage.py
+++ b/tests/twisted/account-storage/default-keyring-storage.py
@@ -18,6 +18,9 @@
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 # 02110-1301 USA
 
+print "FIXME: disabled while we don't have TP 1.0 accounts storage proper support"
+raise SystemExit(77)
+
 import time
 import os
 import os.path



More information about the telepathy-commits mailing list