Skip to content

Commit 04df615

Browse files
committed
fix
1 parent 6faa162 commit 04df615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_git.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_git_support_with_sklearn_ssh_passphrase_not_configured(
233233

234234

235235
@pytest.mark.local_mode
236-
@pytest.skip(reason="needs a secure authentication approach")
236+
@pytest.mark.skip("needs a secure authentication approach")
237237
def test_git_support_codecommit_with_mxnet(sagemaker_local_session):
238238
script_path = "mnist.py"
239239
data_path = os.path.join(DATA_DIR, "mxnet_mnist")

0 commit comments

Comments
 (0)