-
Notifications
You must be signed in to change notification settings - Fork 491
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 invalid certificate test setup #3008
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -395,6 +395,7 @@ try | |||
# test categories to exclude | |||
$testCategory += "&TestCategory!=LongRunning" | |||
$testCategory += "&TestCategory!=Flaky" | |||
$testCategory += "&TestCategory!=InvalidServiceCertificate" |
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.
Add a comment to indicate this is temporary until the pipeline is fixed for docker commands on Linux?
Can we only disable it for Linux?
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.
sure
ping -c 2 invalidcertgde1.westus.cloudapp.azure.com | ||
ping -c 2 invalidcertdps1.westus.cloudapp.azure.com | ||
ping -c 2 invalidcertiothub1.westus.cloudapp.azure.com | ||
# - task: Bash@3 |
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.
Same, add comment why.
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.
Sure
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
No description provided.