We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1316b63 commit 7ce89dfCopy full SHA for 7ce89df
tests/integ/test_git.py
@@ -84,8 +84,8 @@ def test_git_support_with_pytorch(sagemaker_local_session):
84
85
86
@pytest.mark.local_mode
87
+@pytest.mark.skip("needs a secure authentication approach")
88
def test_git_support_with_mxnet(sagemaker_local_session):
-
89
script_path = "mnist.py"
90
data_path = os.path.join(DATA_DIR, "mxnet_mnist")
91
git_config = {
@@ -94,7 +94,7 @@ def test_git_support_with_mxnet(sagemaker_local_session):
94
"commit": PRIVATE_COMMIT,
95
"2FA_enabled": False,
96
"username": "git-support-test",
97
- "password": "passw0rd@ %",
+ "password": "", # TODO: find a more secure approach
98
}
99
source_dir = "mxnet"
100
dependencies = ["foo/bar.py"]
0 commit comments