We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3fc42 commit 0b50891Copy full SHA for 0b50891
tools/scripts/run_integration_tests.py
@@ -36,8 +36,7 @@ def main():
36
exe_extension = ".exe" if platform.system() == "Windows" else ""
37
38
test_list = [
39
- #TODO: fix
40
- #"aws-cpp-sdk-transcribestreaming-integ-tests",
+ "aws-cpp-sdk-transcribestreaming-integ-tests",
41
"aws-cpp-sdk-dynamodb-integration-tests",
42
"aws-cpp-sdk-sqs-integration-tests",
43
"aws-cpp-sdk-s3-integration-tests",
0 commit comments