Disable TiDB testing in GitHub Actions (#44837)

Closes #44829


(cherry picked from commit 058200062cfb9a2d15a09b72a12b536ab9ae6b2c)

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
Stian Thorgersen 2025-12-11 13:31:26 +01:00 committed by GitHub
parent 95811fc7c2
commit cc6887feba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -577,7 +577,7 @@ jobs:
timeout-minutes: 90
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