From 058200062cfb9a2d15a09b72a12b536ab9ae6b2c Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 11 Dec 2025 10:20:28 +0100 Subject: [PATCH] Disable TiDB testing in GitHub Actions Closes #44829 Signed-off-by: stianst --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07411eacb10..4037c917cd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -747,7 +747,7 @@ jobs: timeout-minutes: 75 strategy: matrix: - db: [postgres, mysql, oracle, mssql, mariadb, tidb] + db: [postgres, mysql, oracle, mssql, mariadb] fail-fast: false steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0