From 7a7bf7852e8e834c330daf04f486eabd6d06f1a9 Mon Sep 17 00:00:00 2001 From: shahraviibm <124700964+shahraviibm@users.noreply.github.com> Date: Mon, 4 May 2026 15:24:38 +0530 Subject: [PATCH] Update mas-fvt-assist.yml.j2 removing support for Point : ibm-mas-assist/testng-assist-mobile only from the test execution list --- tekton/src/pipelines/mas-fvt-assist.yml.j2 | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/tekton/src/pipelines/mas-fvt-assist.yml.j2 b/tekton/src/pipelines/mas-fvt-assist.yml.j2 index 380970df63b..7da057c3921 100644 --- a/tekton/src/pipelines/mas-fvt-assist.yml.j2 +++ b/tekton/src/pipelines/mas-fvt-assist.yml.j2 @@ -198,23 +198,6 @@ spec: runAfter: - fvt-assist-preparedata - - # 5. Test NG - Mobile - # ----------------------------------------------------------------------------- - - name: fvt-assist-testng-mobile - {{ lookup('template', pipeline_src_dir ~ '/taskdefs/fvt-assist/common/taskref-testng.yml.j2') | indent(6) }} - params: - {{ lookup('template', pipeline_src_dir ~ '/taskdefs/fvt-assist/common/params-testng.yml.j2') | indent(8) }} - - name: fvt_test_suite - value: testng-assist-mobile - - name: assist_test_type - value: mobileapp - - name: assist_device_type - value: android - runAfter: - - fvt-assist-preparedata - - # 6. Cucumber # ----------------------------------------------------------------------------- - name: fvt-assist-cucumber