[ARVADOS] updated: c4e25267ff206ec4c5e4aaf3b44946333d731ce8

Git user git at public.curoverse.com
Thu Oct 13 12:36:31 EDT 2016


Summary of changes:
 services/fuse/tests/test_mount.py | 1 +
 1 file changed, 1 insertion(+)

       via  c4e25267ff206ec4c5e4aaf3b44946333d731ce8 (commit)
      from  2656053035f46e6097b380f5c0da7d54b04a60c4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c4e25267ff206ec4c5e4aaf3b44946333d731ce8
Author: Tom Clegg <tom at curoverse.com>
Date:   Thu Oct 13 12:35:40 2016 -0400

    10008: Disable flaky test. refs #10008

diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py
index 8b6d019..8e45103 100644
--- a/services/fuse/tests/test_mount.py
+++ b/services/fuse/tests/test_mount.py
@@ -1163,6 +1163,7 @@ class TokenExpiryTest(MountTestBase):
     def setUp(self):
         super(TokenExpiryTest, self).setUp(local_store=False)
 
+    @unittest.skip("bug #10008")
     @mock.patch('arvados.keep.KeepClient.get')
     def runTest(self, mocked_get):
         self.api._rootDesc = {"blobSignatureTtl": 2}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list