This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- # Copyright (C) 2015, 2018 IBM Corp. All rights reserved.
2+ # Copyright (C) 2015, 2019 IBM Corp. All rights reserved.
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
4040from nose .plugins .attrib import attr
4141from requests import ConnectTimeout , HTTPError
4242
43- from .unit_t_db_base import skip_if_not_cookie_auth , UnitTestDbBase
43+ from .unit_t_db_base import skip_if_iam , skip_if_not_cookie_auth , UnitTestDbBase
4444from .. import bytes_ , str_
4545
4646
@@ -782,6 +782,7 @@ def test_cloudant_bluemix_context_helper_raise_error_for_missing_iam_and_creds(s
782782 str (err )
783783 )
784784
785+ @skip_if_iam
785786 def test_cloudant_bluemix_dedicated_context_helper (self ):
786787 """
787788 Test that the cloudant_bluemix context helper works as expected when
@@ -888,6 +889,7 @@ def test_bluemix_constructor_with_iam(self):
888889 finally :
889890 c .disconnect ()
890891
892+ @skip_if_iam
891893 def test_bluemix_constructor_specify_instance_name (self ):
892894 """
893895 Test instantiating a client object using a VCAP_SERVICES environment
You can’t perform that action at this time.
0 commit comments