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. A. Set Flaky test detection to Off. B. Clear Flaky tests included in test pass percentage. C. Enable Test Impact Analysis (TIA). D. Manually mark the test as flaky. E. Enable test slicing. Â Suggested Answer: BD 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.Reference: https://docs.microsoft.com/en-us/azure/devops/pipelines/test/flaky-test-management This question is in AZ-400 Exam For getting Microsoft DevOps Engineer Expert Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer