Skip to content

Commit 5c6e49b

Browse files
authored
[Test Proxy] Remove unnecessary git SHA fetch (Azure#23113)
1 parent 7d3a461 commit 5c6e49b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/azure-sdk-tools/devtools_testutils/proxy_testcase.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ def start_record_or_playback(test_id):
8787
This returns a tuple, (a, b), where a is the recording ID of the test and b is the `variables` dictionary that maps
8888
test variables to values. If no variable dictionary was stored when the test was recorded, b is an empty dictionary.
8989
"""
90-
head_commit = subprocess.check_output(["git", "rev-parse", "HEAD"])
91-
current_sha = head_commit.decode("utf-8").strip()
9290
variables = {} # this stores a dictionary of test variable values that could have been stored with a recording
9391

9492
if is_live():

0 commit comments

Comments
 (0)