Index: utils/unittest_suite.py |
diff --git a/utils/unittest_suite.py b/utils/unittest_suite.py |
index c0c28f5dddcd4514c924e9ab7909cfc90b4d3d30..6364df8c5eedf5debeeeeb9291163eed72d911a3 100755 |
--- a/utils/unittest_suite.py |
+++ b/utils/unittest_suite.py |
@@ -45,6 +45,10 @@ REQUIRES_SIMPLEJSON = set(( |
'serviceHandler_unittest.py', |
)) |
+REQUIRES_AUTH = set (( |
+ 'trigger_unittest.py', |
+ )) |
+ |
LONG_RUNTIME = set(( |
'barrier_unittest.py', |
'logging_manager_test.py', |
@@ -54,6 +58,7 @@ LONG_TESTS = (REQUIRES_DJANGO | |
REQUIRES_MYSQLDB | |
REQUIRES_GWT | |
REQUIRES_SIMPLEJSON | |
+ REQUIRES_AUTH | |
LONG_RUNTIME) |