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:
Sven Klemm 2019-01-12 01:05:54 +01:00 committed by Sven Klemm
parent f89fd07c5b
commit 623c7f3dc6

View File

@ -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})