-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Disable PasswordlessMySQLIT #31488
Disable PasswordlessMySQLIT #31488
Conversation
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -15,7 +15,7 @@ | |||
import java.util.ArrayList; | |||
import java.util.List; | |||
|
|||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE) | |||
// @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE) |
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.
How about adding @DisableTest
here?
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.
It's ok, I will have a try.
@@ -12,9 +12,8 @@ stages: | |||
SubscriptionConfiguration: $(sub-config-gov-test-resources) | |||
China: | |||
SubscriptionConfiguration: $(sub-config-cn-test-resources) | |||
Location: 'chinanorth' | |||
Location: 'chinanorth3' |
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.
Is this used for test? How about reverting unnecessary change?
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.
It's another story,
it's chinanorth3
in main branch, but changed to chinanorth
when merging passwordless feature to main.
/azp run java - spring - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
Now the pipeline
java - spring - tests
is blocked because of PasswordlessMySQLIT, it can't be fixed in a few days, so disable the IT, use other issues and PRs to track and fix the issue.Followups