-
Notifications
You must be signed in to change notification settings - Fork 100
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
Remove skipped test #6998
Remove skipped test #6998
Conversation
Signed-off-by: karishma-chawla <[email protected]>
4962f1b
to
8fad71b
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this test be a part of the feature stated in the description of this PR? If so, does the engineer who will work on it need to know this test?
I think it should be covered as a part of test/development plan for the feature. I'm not sure if this test as is will be applicable anymore since it was written a while ago, so an explicit reference to this test shouldn't be necessary I think. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
# Description [Test_AWSRedeployWithCreateAndWriteOnlyPropertyUpdate](https://github.com/radius-project/radius/blob/main/test/functional/shared/mechanics/aws_mechanics_test.go#L96) requires radius-project#6227 to be implemented. Removing this test until the feature is implemented. Adding this and other feature specific tests should be a part of the overall feature plan. ## Type of change <!-- Please select **one** of the following options that describes your change and delete the others. Clearly identifying the type of change you are making will help us review your PR faster, and is used in authoring release notes. If you are making a bug fix or functionality change to Radius and do not have an associated issue link please create one now. --> - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). <!-- Please update the following to link the associated issue. This is required for some kinds of changes (see above). --> Fixes: radius-project#6949 Signed-off-by: karishma-chawla <[email protected]> Co-authored-by: karishma-chawla <[email protected]> Signed-off-by: willdavsmith <[email protected]>
Description
Test_AWSRedeployWithCreateAndWriteOnlyPropertyUpdate requires #6227 to be implemented. Removing this test until the feature is implemented. Adding this and other feature specific tests should be a part of the overall feature plan.
Type of change
Fixes: #6949