From cc01b3142f9cb1f30529af2d08d226303cb5500e Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Mon, 25 Mar 2024 16:41:56 +0000 Subject: [PATCH] Remove troublesome test This test is freezing on GHA for unknown reasons. For exercising behave-test-steps it's superfluous anyway. Signed-off-by: Jonathan Dowland --- test/tests/features/runtime.feature | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/test/tests/features/runtime.feature b/test/tests/features/runtime.feature index 4104541..4eefa86 100644 --- a/test/tests/features/runtime.feature +++ b/test/tests/features/runtime.feature @@ -51,18 +51,3 @@ Feature: Openshift OpenJDK Runtime tests | variable | value | | JAVA_APP_DIR | . | Then available container log should contain INFO running in /home/default - - @ubi9 - Scenario: Check non-existent path JAVA_APP_DIR (OPENJDK-2034) - Given container is started with env - | variable | value | - | JAVA_APP_DIR | /nope | - Then available container log should contain ERROR No directory /nope found for auto detection - - # Builder images only - Scenario: Ensure JAVA_APP_DIR and S2I work together (OPENJDK-2034) - Given s2i build https://github.com/jboss-container-images/openjdk-test-applications from undertow-servlet - | variable | value | - | JAVA_APP_DIR | /home/default | - | S2I_TARGET_DEPLOYMENTS_DIR | /home/default | - Then container log should contain /home/default/undertow-servlet.jar