mirror of https://github.com/postgres/postgres
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:
parent
6b41ef0330
commit
cc6e64afda
|
@ -2098,7 +2098,10 @@ usage(const char *progname)
|
||||||
static void
|
static void
|
||||||
print_test_list(void)
|
print_test_list(void)
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
|
/* Commented out until further stabilized */
|
||||||
printf("cancel\n");
|
printf("cancel\n");
|
||||||
|
#endif
|
||||||
printf("disallowed_in_pipeline\n");
|
printf("disallowed_in_pipeline\n");
|
||||||
printf("multi_pipelines\n");
|
printf("multi_pipelines\n");
|
||||||
printf("nosync\n");
|
printf("nosync\n");
|
||||||
|
|
Loading…
Reference in New Issue