We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faa162 commit 04df615Copy full SHA for 04df615
tests/integ/test_git.py
@@ -233,7 +233,7 @@ def test_git_support_with_sklearn_ssh_passphrase_not_configured(
233
234
235
@pytest.mark.local_mode
236
-@pytest.skip(reason="needs a secure authentication approach")
+@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")
0 commit comments