tests/int/checkpoint: don't remove readonly flag
This should not longer be necessary (in theory, at least), let's see how it goes. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
417f5ff40d
commit
6d5125f8b4
|
@ -144,9 +144,6 @@ function simple_cr() {
|
|||
|
||||
setup_pipes
|
||||
|
||||
# This should not be necessary: https://github.com/checkpoint-restore/criu/issues/575
|
||||
update_config '(.. | select(.readonly? != null)) .readonly |= false'
|
||||
|
||||
# TCP port for lazy migration
|
||||
port=27277
|
||||
|
||||
|
|
Loading…
Reference in New Issue