AZ-400 · Question #273
You have a build pipeline in Azure Pipelines that occasionally fails. You discover that a test measuring the response time of an API endpoint causes the failures. You need to prevent the build pipelin
The correct answer is B. Clear Flaky tests included in test pass percentage. D. Manually mark the test as flaky.. D: You can mark or unmark a test as flaky based on analysis or context, by choosing Flaky. To configure flaky test management, choose Project settings, and select Test management in the Pipelines section. B: Slide the On/Off button to On. https://docs.microsoft.com/en-us/azure/de
Question
Exhibit
Options
- ASet Flaky test detection to Off.
- BClear Flaky tests included in test pass percentage.
- CEnable Test Impact Analysis (TIA).
- DManually mark the test as flaky.
- EEnable test slicing.
How the community answered
(20 responses)- A10% (2)
- B85% (17)
- C5% (1)
Explanation
D: You can mark or unmark a test as flaky based on analysis or context, by choosing Flaky. To configure flaky test management, choose Project settings, and select Test management in the Pipelines section. B: Slide the On/Off button to On. https://docs.microsoft.com/en-us/azure/devops/pipelines/test/flaky-test-management
Topics
Community Discussion
No community discussion yet for this question.
