From 278b548db4d08b0fadfdf4c210bf3bfd4573a932 Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:31:12 -0400 Subject: [PATCH] added test_not_arch_390_z15plus_0 in skipped list for Run test: platformRequirements --- scripts/testTKG/test_platformRequirements.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/testTKG/test_platformRequirements.py b/scripts/testTKG/test_platformRequirements.py index a41d4c5b..8dc1da81 100644 --- a/scripts/testTKG/test_platformRequirements.py +++ b/scripts/testTKG/test_platformRequirements.py @@ -152,6 +152,9 @@ def run_test(): if 'test_arch_390_z15_0' not in passed: skipped.add('test_arch_390_z15_0') + + if 'test_not_arch_390_z15plus_0' not in passed: + skipped.add('test_not_arch_390_z15plus_0') if 'test_arch_390_z14_0' not in passed: skipped.add('test_arch_390_z14_0')