From a735f602c48b1db7c86b82c381febbb082d1a61f Mon Sep 17 00:00:00 2001 From: Lakshmi Narayanan Sreethar Date: Mon, 14 Nov 2022 19:30:33 +0530 Subject: [PATCH] Disable dist_move_chunk test in PG15 The dist_move_chunk causes the CI to hang when compiled and run with PG15 as explained in #4972. --- .github/gh_matrix_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/gh_matrix_builder.py b/.github/gh_matrix_builder.py index 265a5cda40d..e0cafdb16bb 100755 --- a/.github/gh_matrix_builder.py +++ b/.github/gh_matrix_builder.py @@ -153,7 +153,7 @@ def macos_config(overrides): "snapshot": "snapshot", "tsdb_build_args": "-DASSERTIONS=ON -DREQUIRE_ALL_TESTS=ON -DEXPERIMENTAL=ON", # below tests are tracked as part of #4838 - "installcheck_args": "SKIPS='003_connections_privs 001_simple_multinode 004_multinode_rdwr_1pc data_node_bootstrap dist_hypertable-15 bgw_custom cagg_dump' " + "installcheck_args": "SKIPS='003_connections_privs 001_simple_multinode 004_multinode_rdwr_1pc data_node_bootstrap dist_hypertable-15 bgw_custom cagg_dump dist_move_chunk' " # below tests are tracked as part of #4835 "IGNORES='telemetry_stats dist_query dist_partial_agg plan_hashagg partialize_finalize dist_fetcher_type dist_remote_error jit-15 " # below tests are tracked as part of #4837