mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
Ignore rolenames pgregress test
The rolenames test seems to be fail quite often in CI, so we ignore the result from that test for now.
This commit is contained in:
parent
f89fd07c5b
commit
623c7f3dc6
@ -24,9 +24,11 @@ file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/testtablespace)
|
||||
|
||||
# Tests to ignore
|
||||
set(PG_IGNORE_TESTS
|
||||
rolenames
|
||||
rules
|
||||
opr_sanity
|
||||
sanity_check)
|
||||
sanity_check
|
||||
)
|
||||
|
||||
# Modify the test schedule to ignore some tests
|
||||
foreach(IGNORE_TEST ${PG_IGNORE_TESTS})
|
||||
|
Loading…
x
Reference in New Issue
Block a user