From 1a2d51efd0a1683d9d3e7483a5cdae45a174f468 Mon Sep 17 00:00:00 2001 From: Jayashree Huttanagoudar Date: Tue, 19 Mar 2024 22:53:22 +0530 Subject: [PATCH] Address review comments Signed-off-by: Jayashree Huttanagoudar --- modules/jvm/tests/features/performance.feature | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 modules/jvm/tests/features/performance.feature diff --git a/modules/jvm/tests/features/performance.feature b/modules/jvm/tests/features/performance.feature deleted file mode 100644 index 55b3c28f..00000000 --- a/modules/jvm/tests/features/performance.feature +++ /dev/null @@ -1,11 +0,0 @@ -# builder only -@ubi9/openjdk-11 -@ubi9/openjdk-17 -@ubi9/openjdk-21 -Feature: JVM Performance tests - - @ignore - Scenario: Check java perf dir owned by default (CLOUD-2070, OPENJDK-91) - Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet - Then run jstat -gc 1 1000 1 in container and check its output for S0C - And run stat --printf="%U %G" /tmp/hsperfdata_default/ in container and check its output for default root