Skip to content
Unverified Commit 587e714f authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Fix flaky test in aws-sigv4 (#3990)



## Motivation and Context
The test was flaky because all invalid headers are counted as rejects
which can in rare cases exceed the maximum number of failures.

The test was flaky because all invalid headers are counted as rejects
which can in rare cases exceed the maximum number of failures.

## Description
Change the test to assert that the validity status matches instead of
filtering those cases out

## Testing
- cargo test


----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._

Co-authored-by: default avatarysaito1001 <awsaito@amazon.com>
parent c0b5ee38
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment