ignore content length integration test (#3620)
## Motivation and Context https://github.com/smithy-lang/smithy-rs/pull/3618 is blocked by semver hazards check because the current version of this test in `aws-sdk-rust` expects the test to [panic](https://github.com/smithy-lang/smithy-rs/blob/release-2024-04-30/aws/sdk/integration-tests/s3/tests/streaming-response.rs#L23). To land the content length enforcement PR we need to ignore the test and release `smithy-rs` and a version of the SDK with the test ignored instead of expecting it to panic. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Loading
Please register or sign in to comment