Skip to content

Commit b102563

Browse files
author
Yue Tu
committed
add a comment for lock
1 parent 2af9b24 commit b102563

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integ/test_git.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
GIT_REPO = 'https://github.com/aws/sagemaker-python-sdk.git'
2626
BRANCH = 'test-branch-git-config'
2727
COMMIT = '329bfcf884482002c05ff7f44f62599ebc9f445a'
28+
29+
# endpoint tests all use the same port, so we use this lock to prevent concurrent execution
2830
LOCK_PATH = os.path.join(tempfile.gettempdir(), 'sagemaker_test_git_lock')
2931

3032

0 commit comments

Comments
 (0)