Comment out noisy libpq_pipeline test

libpq_pipeline's new 'cancel' test needs more research; disable it
temporarily to prevent measles in the buildfarm.
pull/159/head
Alvaro Herrera 2 years ago
parent 6b41ef0330
commit cc6e64afda
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 3
      src/test/modules/libpq_pipeline/libpq_pipeline.c

@ -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");

Loading…
Cancel
Save