From ba3ee7fe044a57c8116eb8083df3af5c389f7b27 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Mon, 30 Mar 2020 13:37:53 -0700 Subject: [PATCH] tests/integration/update.bats: rm obsoleted comment This comment was added by commit 6cd425be2be2 (Allow update rt_period_us and rt_runtime_us, Nov 4 2016), and the test case was added by commit 51baedf3f3cb0 (Add integration for update rt period and runtime, Nov 28 2016), making the comment obsolete. Remove it. Signed-off-by: Kir Kolyshkin --- tests/integration/update.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/update.bats b/tests/integration/update.bats index d8cf57613..32c333597 100644 --- a/tests/integration/update.bats +++ b/tests/integration/update.bats @@ -38,7 +38,6 @@ EOF sed -i "s/\(\"resources\": {\)/\1\n${DATA}/" ${BUSYBOX_BUNDLE}/config.json } -# TODO: test rt cgroup updating @test "update" { # XXX: Also, this test should be split into separate sections so that we # can skip kmem without skipping update tests overall.