Skip to content

Commit

Permalink
Fix solo test for dist_util
Browse files Browse the repository at this point in the history
In 068534e we make the dist_util
regression test version specific. However, the solo test declaration for
this test was not adjusted, which makes this test flaky. This PR fixes
the declaration.
  • Loading branch information
jnidzwetzki committed Nov 14, 2023
1 parent b917eed commit ecb4c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/test/sql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ set(SOLO_TESTS
cagg_bgw
cagg_ddl-${PG_VERSION_MAJOR}
cagg_dump
dist_util
dist_util-${PG_VERSION_MAJOR}
move
remote_connection_cache
remote_copy
Expand Down

0 comments on commit ecb4c21

Please sign in to comment.