[arvados] updated: 2.1.0-2864-g124e87dba

git repository hosting git at public.arvados.org
Fri Aug 26 14:16:15 UTC 2022


Summary of changes:
 sdk/python/tests/test_keep_client.py | 1 +
 1 file changed, 1 insertion(+)

       via  124e87dbafd6c04c9937f45e90f2662c715bea90 (commit)
      from  19c5342a76ab9474c3c8eb5c0e7903c58203a055 (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 124e87dbafd6c04c9937f45e90f2662c715bea90
Author: Tom Clegg <tom at curii.com>
Date:   Fri Aug 26 10:14:49 2022 -0400

    17344: Skip test that relies on Nginx not flagging external clients.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/sdk/python/tests/test_keep_client.py b/sdk/python/tests/test_keep_client.py
index 605b90301..9e6ab2b2b 100644
--- a/sdk/python/tests/test_keep_client.py
+++ b/sdk/python/tests/test_keep_client.py
@@ -202,6 +202,7 @@ class KeepProxyTestCase(run_test_server.TestCaseWithServers):
                          'wrong content from Keep.get(md5("baz"))')
         self.assertTrue(keep_client.using_proxy)
 
+    @unittest.skip("https://dev.arvados.org/issues/17344#note-23")
     def test_KeepProxyTest2(self):
         # Don't instantiate the proxy directly, but set the X-External-Client
         # header.  The API server should direct us to the proxy.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list