From 476a11194a8227e1a06ecdc805a8fa46601156bc Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 4 Jul 2023 16:11:54 +0000 Subject: [PATCH] tests: Enable memory usage metrics tests This PR enables the memory usage metrics tests for kata CI. Fixes #7229 Signed-off-by: Gabriela Cervantes --- tests/metrics/gha-run.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/metrics/gha-run.sh b/tests/metrics/gha-run.sh index a684c4f60..a2c531728 100755 --- a/tests/metrics/gha-run.sh +++ b/tests/metrics/gha-run.sh @@ -116,8 +116,6 @@ function run_test_launchtimes() { function run_test_memory_usage() { info "Running memory-usage test using ${KATA_HYPERVISOR} hypervisor" - # ToDo: remove the exit once the metrics workflow is stable - exit 0 create_symbolic_links bash tests/metrics/density/memory_usage.sh 20 5 }