Skip to content

Commit

Permalink
Disable dist_move_chunk test in PG15
Browse files Browse the repository at this point in the history
The dist_move_chunk causes the CI to hang when compiled and run with
PG15 as explained in timescale#4972.
  • Loading branch information
lkshminarayanan committed Nov 14, 2022
1 parent b085833 commit f409dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/gh_matrix_builder.py
Expand Up @@ -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
Expand Down

0 comments on commit f409dc1

Please sign in to comment.