Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / swarming_client / tests / isolate_test.py
index f4a169b..3f41322 100755 (executable)
@@ -37,6 +37,7 @@ def hash_file(*args):
 class IsolateBase(auto_stub.TestCase):
   def setUp(self):
     super(IsolateBase, self).setUp()
+    self.mock(isolate.auth, 'ensure_logged_in', lambda _: None)
     self.old_cwd = os.getcwd()
     self.cwd = tempfile.mkdtemp(prefix='isolate_')
     # Everything should work even from another directory.