From c0e18299c6614a518b22e88d9df8640a2a534fbc Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Wed, 8 Jan 2025 11:26:44 +0000 Subject: [PATCH] [OPENJDK-3536] temporarily disable flaky test This test seems to stall, especially for the runtime images. https://issues.redhat.com/browse/OPENJDK-3536 Signed-off-by: Jonathan Dowland --- modules/jvm/tests/features/runtime.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/jvm/tests/features/runtime.feature b/modules/jvm/tests/features/runtime.feature index 04abf9b5..fcd338d3 100644 --- a/modules/jvm/tests/features/runtime.feature +++ b/modules/jvm/tests/features/runtime.feature @@ -52,7 +52,8 @@ Feature: Openshift OpenJDK Runtime tests | JAVA_APP_DIR | . | Then available container log should contain INFO running in /home/default - @ubi9 + # temporarily disabled, see https://issues.redhat.com/browse/OPENJDK-3536 + @ignore Scenario: Check non-existent path JAVA_APP_DIR (OPENJDK-2034) Given container is started with env | variable | value |