Skip to content
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

[Metrics Advisor] skip create changepoint feedback tests due to potential service issues #20105

Merged
merged 2 commits into from
Jan 28, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ matrix([[true, false]] as const, async (useAad) => {
}
});

it("creates ChangePoint feedback", async function () {
it.skip("creates ChangePoint feedback", async function () {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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!

const changePointFeedback: MetricChangePointFeedback = {
metricId: testEnv.METRICS_ADVISOR_AZURE_SQLSERVER_METRIC_ID_1,
feedbackType: "ChangePoint",
Expand Down