[Metrics Advisor] skip create changepoint feedback tests due to potential service issues#20105
Merged
KarishmaGhiya merged 2 commits intoAzure:mainfrom Jan 28, 2022
Merged
Conversation
2 tasks
maorleger
approved these changes
Jan 28, 2022
| }); | ||
|
|
||
| it("creates ChangePoint feedback", async function () { | ||
| it.skip("creates ChangePoint feedback", async function () { |
Member
There was a problem hiding this comment.
nit: I usually like to leave a comment explaining why it's skipped and linking to the issue made to re-enable the test. Up to you though!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Packages impacted by this PR
Metrics Advisor
Issues associated with this PR
Fixes #19546
Describe the problem that is addressed by this PR
Creation of changepoint feedback tests with API authentication failing with "Bad request" due to service side issues. Skipping till it gets resolved on the service side. Updated this issue to track this test too - #19747
Are there test cases added in this PR? (If not, why?)
Skipping tests