Comment out noisy libpq_pipeline test

libpq_pipeline's new 'cancel' test needs more research; disable it
temporarily to prevent measles in the buildfarm.
This commit is contained in:
Alvaro Herrera 2024-03-14 10:23:38 +01:00
parent 6b41ef0330
commit cc6e64afda
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
1 changed files with 3 additions and 0 deletions

View File

@ -2098,7 +2098,10 @@ usage(const char *progname)
static void
print_test_list(void)
{
#if 0
/* Commented out until further stabilized */
printf("cancel\n");
#endif
printf("disallowed_in_pipeline\n");
printf("multi_pipelines\n");
printf("nosync\n");