Skip to content

Commit 0b50891

Browse files
committed
add test back
1 parent 7e3fc42 commit 0b50891

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/scripts/run_integration_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ def main():
3636
exe_extension = ".exe" if platform.system() == "Windows" else ""
3737

3838
test_list = [
39-
#TODO: fix
40-
#"aws-cpp-sdk-transcribestreaming-integ-tests",
39+
"aws-cpp-sdk-transcribestreaming-integ-tests",
4140
"aws-cpp-sdk-dynamodb-integration-tests",
4241
"aws-cpp-sdk-sqs-integration-tests",
4342
"aws-cpp-sdk-s3-integration-tests",

0 commit comments

Comments
 (0)