From ab0040e37fd3dd4b5ad781ba7ad4c761cb638e9a Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Thu, 4 Sep 2025 10:29:26 +0100 Subject: [PATCH] [OPENJDK-4031] remove test for tzdata RPM For now we do not install the tzdata RPM. Signed-off-by: Jonathan Dowland --- modules/jdk/tests/features/openjdk.feature | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/jdk/tests/features/openjdk.feature b/modules/jdk/tests/features/openjdk.feature index af37b0b4..a6bc6b87 100644 --- a/modules/jdk/tests/features/openjdk.feature +++ b/modules/jdk/tests/features/openjdk.feature @@ -49,10 +49,3 @@ Feature: Miscellaneous OpenJDK-related unit tests | arg | value | | command | tar | Then available container log should not contain command not found - - @ubi10 - Scenario: Ensure tzdata RPM is properly installed (OPENJDK-2519) - When container is started with args - | arg | value | - | command | rpm -V tzdata | - Then available container log should not contain missing