Increment SkipPreparedsCount

This commit is contained in:
Taylor Bantle
2022-11-22 16:00:38 -08:00
parent 23ad8ea58c
commit fc6b7f56cd

View File

@@ -46,7 +46,7 @@ var skipPrepared bool
// SkipPreparedsCount is used by the "ci-check-repo CI workflow
// as a reminder to consider prepareds when adding a new
// enginetest suite.
const SkipPreparedsCount = 84
const SkipPreparedsCount = 85
const skipPreparedFlag = "DOLT_SKIP_PREPARED_ENGINETESTS"