From b5d202d35d6e23f9d2b721fcf2d5447a49903e2a Mon Sep 17 00:00:00 2001 From: gargsaumya Date: Thu, 29 Jan 2026 11:32:05 +0530 Subject: [PATCH] Add pytestonwindows matrix entry to clear stale CodeQL snapshot SM02986 --- eng/pipelines/pr-validation-pipeline.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eng/pipelines/pr-validation-pipeline.yml b/eng/pipelines/pr-validation-pipeline.yml index eaa0577f1..15dfdb21c 100644 --- a/eng/pipelines/pr-validation-pipeline.yml +++ b/eng/pipelines/pr-validation-pipeline.yml @@ -56,6 +56,11 @@ jobs: strategy: matrix: + pytestonwindows: + # Temporary entry to clear stale CodeQL snapshot SM02986 + # Remove this once the issue is resolved + sqlVersion: 'SQL2022' + pythonVersion: '3.13' SQLServer2022: sqlVersion: 'SQL2022' pythonVersion: '3.13'