Skip to content

Commit

Permalink
Ignore advisory_lock of pgregresscheck
Browse files Browse the repository at this point in the history
The advisory_lock test of the postgres test suite is flaky so
this patch changes CI to ignore failures in that test.
  • Loading branch information
svenklemm committed Apr 8, 2021
1 parent b01b60e commit c5e4a1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/pgtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/testtablespace)

# Tests to ignore
set(PG_IGNORE_TESTS
advisory_lock
foreign_data
identity
opr_sanity
rolenames
rules
opr_sanity
sanity_check
foreign_data
security_label
)

Expand Down

0 comments on commit c5e4a1a

Please sign in to comment.