summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-22 13:59:57 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-01-22 13:59:57 +0100
commit446f5fa537466c51246c5c5cc0c03f82cfb0b38e (patch)
tree3be14038a89627f3dd81c5b6d3fd95cf88e6f8d3
parent7e7e938e0a638b99bba3dc4d5f01f6e7534231c1 (diff)
downloadtelepathy-mission-control-446f5fa537466c51246c5c5cc0c03f82cfb0b38e.tar.gz
disable tests relying on the old account location
-rw-r--r--tests/twisted/account-manager/auto-connect.py3
-rw-r--r--tests/twisted/account-manager/avatar-refresh.py3
-rw-r--r--tests/twisted/account-storage/default-keyring-storage.py3
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/twisted/account-manager/auto-connect.py b/tests/twisted/account-manager/auto-connect.py
index 5935988d..6c04c6e8 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 b7798574..a3198ca1 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 0eb83c14..02b75b67 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