[Pkg-telepathy-commits] [telepathy-mission-control-6] 148/280: disable tests relying on the old account location

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list