From 6d5125f8b491449cec71adf431894d53e9a897eb Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 8 Jul 2020 12:56:25 -0700 Subject: [PATCH] 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 --- tests/integration/checkpoint.bats | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integration/checkpoint.bats b/tests/integration/checkpoint.bats index 8f2458c9..82398cff 100644 --- a/tests/integration/checkpoint.bats +++ b/tests/integration/checkpoint.bats @@ -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