From acb4f4467bb95da26b9ed0f61b61963c4dbbff23 Mon Sep 17 00:00:00 2001 From: Soumava Bera Date: Mon, 23 Jun 2025 10:18:29 -0400 Subject: [PATCH 1/3] disable time query tests temporarily --- cmake/sdksCommon.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/sdksCommon.cmake b/cmake/sdksCommon.cmake index 753807cec72..13f99786f06 100644 --- a/cmake/sdksCommon.cmake +++ b/cmake/sdksCommon.cmake @@ -111,7 +111,7 @@ list(APPEND SDK_TEST_PROJECT_LIST "transfer:tests/aws-cpp-sdk-transfer-tests") list(APPEND SDK_TEST_PROJECT_LIST "text-to-speech:tests/aws-cpp-sdk-text-to-speech-tests,tests/aws-cpp-sdk-polly-sample") list(APPEND SDK_TEST_PROJECT_LIST "transcribestreaming:tests/aws-cpp-sdk-transcribestreaming-integ-tests") list(APPEND SDK_TEST_PROJECT_LIST "eventbridge:tests/aws-cpp-sdk-eventbridge-tests") -list(APPEND SDK_TEST_PROJECT_LIST "timestream-query:tests/aws-cpp-sdk-timestream-query-integration-tests") +# list(APPEND SDK_TEST_PROJECT_LIST "timestream-query:tests/aws-cpp-sdk-timestream-query-integration-tests") list(APPEND SDK_TEST_PROJECT_LIST "dsql:tests/aws-cpp-sdk-dsql-unit-tests") list(APPEND SDK_TEST_PROJECT_LIST "bedrock-runtime:tests/aws-cpp-sdk-bedrock-runtime-integration-tests") From c049ba4e2285c146d0c8b3cc1ee6827f10f0ef5d Mon Sep 17 00:00:00 2001 From: Soumava Bera Date: Mon, 23 Jun 2025 10:59:57 -0400 Subject: [PATCH 2/3] remove the test --- cmake/sdksCommon.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/sdksCommon.cmake b/cmake/sdksCommon.cmake index 13f99786f06..41523759029 100644 --- a/cmake/sdksCommon.cmake +++ b/cmake/sdksCommon.cmake @@ -111,7 +111,6 @@ list(APPEND SDK_TEST_PROJECT_LIST "transfer:tests/aws-cpp-sdk-transfer-tests") list(APPEND SDK_TEST_PROJECT_LIST "text-to-speech:tests/aws-cpp-sdk-text-to-speech-tests,tests/aws-cpp-sdk-polly-sample") list(APPEND SDK_TEST_PROJECT_LIST "transcribestreaming:tests/aws-cpp-sdk-transcribestreaming-integ-tests") list(APPEND SDK_TEST_PROJECT_LIST "eventbridge:tests/aws-cpp-sdk-eventbridge-tests") -# list(APPEND SDK_TEST_PROJECT_LIST "timestream-query:tests/aws-cpp-sdk-timestream-query-integration-tests") list(APPEND SDK_TEST_PROJECT_LIST "dsql:tests/aws-cpp-sdk-dsql-unit-tests") list(APPEND SDK_TEST_PROJECT_LIST "bedrock-runtime:tests/aws-cpp-sdk-bedrock-runtime-integration-tests") From 3049be36d4b5dd15d7a4c834cec3aa00513479df Mon Sep 17 00:00:00 2001 From: Soumava Bera Date: Mon, 23 Jun 2025 12:22:57 -0400 Subject: [PATCH 3/3] remove timequery tests --- tools/scripts/run_integration_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/scripts/run_integration_tests.py b/tools/scripts/run_integration_tests.py index ffd5a4276fe..0c7125e53f8 100644 --- a/tools/scripts/run_integration_tests.py +++ b/tools/scripts/run_integration_tests.py @@ -55,7 +55,6 @@ def main(): "aws-cpp-sdk-elasticfilesystem-integration-tests", "aws-cpp-sdk-rds-integration-tests", "aws-cpp-sdk-ec2-integration-tests", - "aws-cpp-sdk-timestream-query-integration-tests", "aws-cpp-sdk-bedrock-runtime-integration-tests" ]