Skip to content

Commit f6ca482

Browse files
authored
disable time query tests (#3461)
* disable time query tests temporarily * remove the test * remove timequery tests
1 parent cc644cc commit f6ca482

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cmake/sdksCommon.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ list(APPEND SDK_TEST_PROJECT_LIST "transfer:tests/aws-cpp-sdk-transfer-tests")
111111
list(APPEND SDK_TEST_PROJECT_LIST "text-to-speech:tests/aws-cpp-sdk-text-to-speech-tests,tests/aws-cpp-sdk-polly-sample")
112112
list(APPEND SDK_TEST_PROJECT_LIST "transcribestreaming:tests/aws-cpp-sdk-transcribestreaming-integ-tests")
113113
list(APPEND SDK_TEST_PROJECT_LIST "eventbridge:tests/aws-cpp-sdk-eventbridge-tests")
114-
list(APPEND SDK_TEST_PROJECT_LIST "timestream-query:tests/aws-cpp-sdk-timestream-query-integration-tests")
115114
list(APPEND SDK_TEST_PROJECT_LIST "dsql:tests/aws-cpp-sdk-dsql-unit-tests")
116115
list(APPEND SDK_TEST_PROJECT_LIST "bedrock-runtime:tests/aws-cpp-sdk-bedrock-runtime-integration-tests")
117116

tools/scripts/run_integration_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def main():
5555
"aws-cpp-sdk-elasticfilesystem-integration-tests",
5656
"aws-cpp-sdk-rds-integration-tests",
5757
"aws-cpp-sdk-ec2-integration-tests",
58-
"aws-cpp-sdk-timestream-query-integration-tests",
5958
"aws-cpp-sdk-bedrock-runtime-integration-tests"
6059
]
6160

0 commit comments

Comments
 (0)