Skip to content

Commit ae6bfea

Browse files
committed
This test is removed from the test suite
In our CI is failing sporadically and solution is not available yet. Let's remove it from test but the test function remains. Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 6b555ab commit ae6bfea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

common

test/run_test

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ run_container_creation_tests
2020
run_general_tests
2121
run_change_password_test
2222
run_replication_test
23-
run_master_restart_test
2423
run_doc_test
2524
run_s2i_test
2625
run_test_cfg_hook
@@ -520,6 +519,9 @@ function setup_replication_cluster() {
520519

521520
}
522521

522+
# This test is removed from the test suite
523+
# In our CI is failing sporadically and solution is not available yet.
524+
# Let's remove it from test but the test function remains.
523525
function run_master_restart_test() {
524526
local DB=postgres
525527
local PGUSER=master

0 commit comments

Comments
 (0)