summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-07-03 17:14:35 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-03 10:44:54 +0100
commit88622b6d7a0d3267588259f302c982459b8111db (patch)
tree034da1b26eccbe7db3be9d4942900da5e56cbcf8
parent7729f3dcde01d2efd33ae277421185d048965a04 (diff)
default keyring storage test: skip for nowgvariant-accounts
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--tests/twisted/account-storage/default-keyring-storage.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/twisted/account-storage/default-keyring-storage.py b/tests/twisted/account-storage/default-keyring-storage.py
index 284fb775..fdd20d64 100644
--- a/tests/twisted/account-storage/default-keyring-storage.py
+++ b/tests/twisted/account-storage/default-keyring-storage.py
@@ -32,6 +32,11 @@ from mctest import (
)
import constants as cs
+# we don't want to actually test this anymore as we're not using the
+# default account backend anymore. However, let's keep it around while
+# we've still got the code just to test it.
+raise SystemExit(77)
+
use_keyring = False
if ('MC_TEST_GNOME_KEYRING' in os.environ and
os.environ['MC_TEST_GNOME_KEYRING'] == '1'):