summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/twisted/Makefile.am5
-rw-r--r--test/twisted/account-storage/libaccounts-sso-storage.py2
2 files changed, 2 insertions, 5 deletions
diff --git a/test/twisted/Makefile.am b/test/twisted/Makefile.am
index 94dec622..7b242ffe 100644
--- a/test/twisted/Makefile.am
+++ b/test/twisted/Makefile.am
@@ -86,11 +86,6 @@ TWISTED_SEPARATE_TESTS = \
crash-recovery/crash-recovery.py \
dispatcher/create-at-startup.py
-if ENABLE_LIBACCOUNTS_SSO
-TWISTED_SPECIAL_BUILD_TESTS += \
- account-storage/libaccounts-sso-storage.py
-endif
-
TWISTED_SEPARATE_TESTS += $(TWISTED_SPECIAL_BUILD_TESTS)
AM_CFLAGS = $(ERROR_CFLAGS)
diff --git a/test/twisted/account-storage/libaccounts-sso-storage.py b/test/twisted/account-storage/libaccounts-sso-storage.py
index 9d410f1d..c6b68b6c 100644
--- a/test/twisted/account-storage/libaccounts-sso-storage.py
+++ b/test/twisted/account-storage/libaccounts-sso-storage.py
@@ -16,6 +16,8 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA
+raise AssertionError('Disabled for 5.6 branch')
+
import time
import os
import os.path