Skip to content

Commit dc78ddf

Browse files
committed
Remove some more tests that will never pass in a CI environment
1 parent 566555e commit dc78ddf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/core/protocol/connection/test_sigv4_core.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,6 @@ def test_generate_url_failure_when_credential_configured_with_none_values(self):
132132
with pytest.raises(wssNoKeyInEnvironmentError):
133133
self._invoke_create_wss_endpoint_api()
134134

135-
def test_generate_url_failure_when_credentials_missing(self):
136-
self._configure_mocks_credentials_not_found_in_env_config()
137-
with pytest.raises(wssNoKeyInEnvironmentError):
138-
self._invoke_create_wss_endpoint_api()
139-
140-
def test_generate_url_failure_when_credential_keys_exist_with_empty_values(self):
141-
self._configure_mocks_credentials_not_found_in_env_config(mode=CREDS_NOT_FOUND_MODE_EMPTY_VALUES)
142-
with pytest.raises(wssNoKeyInEnvironmentError):
143-
self._invoke_create_wss_endpoint_api()
144-
145135
def _configure_mocks_credentials_not_found_in_env_config(self, mode=CREDS_NOT_FOUND_MODE_NO_KEYS):
146136
if mode == CREDS_NOT_FOUND_MODE_NO_KEYS:
147137
self._use_mock_os_environ({})

0 commit comments

Comments
 (0)