mirror of
https://github.com/postgres/postgres.git
synced 2025-04-18 13:44:19 +03:00
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
|
||||
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…
x
Reference in New Issue
Block a user