Microsoft
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…
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…
Submitted by carter_n· Mar 6, 2026Design and implement build and release pipelines
Question
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 pipeline from failing due to the test. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
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
#flaky tests#test pass percentage#Azure Pipelines#test management
Community Discussion
No community discussion yet for this question.
