Add job_serializer_unittest to long tests

Signed-off-by: James Ren <jamesren@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@4586 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/utils/unittest_suite.py b/utils/unittest_suite.py
index d9ac22c..629eba6 100755
--- a/utils/unittest_suite.py
+++ b/utils/unittest_suite.py
@@ -55,6 +55,10 @@
 REQUIRES_HTTPLIB2 = set((
         ))
 
+REQUIRES_PROTOBUFS = set((
+        'job_serializer_unittest.py',
+        ))
+
 LONG_RUNTIME = set((
     'base_barrier_unittest.py',
     'logging_manager_test.py',
@@ -66,6 +70,7 @@
               REQUIRES_SIMPLEJSON |
               REQUIRES_HTTPLIB2 |
               REQUIRES_AUTH |
+              REQUIRES_PROTOBUFS |
               LONG_RUNTIME)