Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cc6e64a

Browse files
committed
Comment out noisy libpq_pipeline test
libpq_pipeline's new 'cancel' test needs more research; disable it temporarily to prevent measles in the buildfarm.
1 parent 6b41ef0 commit cc6e64a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/modules/libpq_pipeline/libpq_pipeline.c

+3
Original file line numberDiff line numberDiff line change
@@ -2098,7 +2098,10 @@ usage(const char *progname)
20982098
static void
20992099
print_test_list(void)
21002100
{
2101+
#if 0
2102+
/* Commented out until further stabilized */
21012103
printf("cancel\n");
2104+
#endif
21022105
printf("disallowed_in_pipeline\n");
21032106
printf("multi_pipelines\n");
21042107
printf("nosync\n");

0 commit comments

Comments
 (0)