We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c364fd1 commit 1316b63Copy full SHA for 1316b63
tests/integ/test_git.py
@@ -233,14 +233,15 @@ def test_git_support_with_sklearn_ssh_passphrase_not_configured(
233
234
235
@pytest.mark.local_mode
236
+@pytest.mark.skip("needs a secure authentication approach")
237
def test_git_support_codecommit_with_mxnet(sagemaker_local_session):
238
script_path = "mnist.py"
239
data_path = os.path.join(DATA_DIR, "mxnet_mnist")
240
git_config = {
241
"repo": CODECOMMIT_REPO,
242
"branch": CODECOMMIT_BRANCH,
243
"username": "GitTest-at-142577830533",
- "password": "22LcZpWMtjpDG3fbOuHPooIoKoRxF36rQj7zdUvXooA=",
244
+ "password": "", # TODO: assume a role to get temporary credentials
245
}
246
source_dir = "mxnet"
247
dependencies = ["foo/bar.py"]
0 commit comments