From 3b0151744ff736402d5856dd403158bbe27caf72 Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Wed, 22 Oct 2025 13:39:08 -0500 Subject: [PATCH] Disable the test due to changes in replayed events --- aws/sdk/integration-tests/cloudwatchlogs/tests/event_stream.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/sdk/integration-tests/cloudwatchlogs/tests/event_stream.rs b/aws/sdk/integration-tests/cloudwatchlogs/tests/event_stream.rs index 19f20a027e5..1e7348c0e73 100644 --- a/aws/sdk/integration-tests/cloudwatchlogs/tests/event_stream.rs +++ b/aws/sdk/integration-tests/cloudwatchlogs/tests/event_stream.rs @@ -11,6 +11,7 @@ use aws_sdk_cloudwatchlogs::{ use aws_smithy_eventstream::test_util::validate_body; use aws_smithy_runtime::client::http::test_util::dvr::ReplayingClient; +#[ignore] // TODO(re-enable this after success.json has been updated) #[tokio::test] async fn operation_with_rpc_bound_protocol() { let (replayer, mut output) = start_request("us-west-2", "tests/success.json").await;