Skip to content

Commit

Permalink
added test_not_arch_390_z15plus_0 in skipped list
Browse files Browse the repository at this point in the history
for Run test: platformRequirements
  • Loading branch information
annaibm committed Sep 25, 2024
1 parent 5b9ff54 commit 278b548
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/testTKG/test_platformRequirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 278b548

Please sign in to comment.