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 b95ddba commit eed2b01Copy full SHA for eed2b01
tools/scripts/run_integration_tests.py
@@ -45,11 +45,11 @@ def main():
45
"aws-cpp-sdk-s3-integration-tests",
46
"aws-cpp-sdk-s3-unit-tests",
47
"aws-cpp-sdk-s3-crt-integration-tests",
48
- #"aws-cpp-sdk-s3control-integration-tests",
+ "aws-cpp-sdk-s3control-integration-tests",
49
"aws-cpp-sdk-lambda-integration-tests",
50
"aws-cpp-sdk-cognitoidentity-integration-tests",
51
- #"aws-cpp-sdk-transfer-tests",
52
- #"aws-cpp-sdk-s3-encryption-integration-tests",
+ "aws-cpp-sdk-transfer-tests",
+ "aws-cpp-sdk-s3-encryption-integration-tests",
53
"aws-cpp-sdk-kinesis-integration-tests",
54
"aws-cpp-sdk-logs-integration-tests",
55
"aws-cpp-sdk-monitoring-integration-tests",
0 commit comments