diff --git a/sdk/core/azure-core/tests/test_pipeline_analysis_target_comparison.py b/sdk/core/azure-core/tests/test_pipeline_analysis_target_comparison.py new file mode 100644 index 000000000000..065bde3353c9 --- /dev/null +++ b/sdk/core/azure-core/tests/test_pipeline_analysis_target_comparison.py @@ -0,0 +1,6 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. + + +def test_pipeline_analysis_target_comparison(): + assert False, "Intentional failure for comparing pull request target check runs."