-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed alias3 contains error #918
fixed alias3 contains error #918
Conversation
Signed-off-by: kohinoor98 <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #918 +/- ##
=======================================
Coverage 63.36% 63.36%
=======================================
Files 341 341
Lines 11553 11553
Branches 2243 2243
=======================================
Hits 7321 7321
Misses 3658 3658
Partials 574 574 |
@kohinoor98 the policies spec test is passing, but looks like an alias spec test started failing. Could you look into whether that's related to your changes? |
Hi @AWSHurneyt, The test case this PR is failing is flaky as tagged in #910 and the proposed solution is also created for it #920. Please guide on next steps. Thanks, |
Ah thanks for that context. Approved. |
Signed-off-by: kohinoor98 <[email protected]> Co-authored-by: bowenlan-amzn <[email protected]> (cherry picked from commit 461f563) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 461f563) Signed-off-by: kohinoor98 <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: bowenlan-amzn <[email protected]>
Description
alias3 gets removed as per instructions from
sample_policy_alias_action.json
. In the final contains verification we do not need to check for alias3.Issues Resolved
#911
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.