Skip to content

Commit

Permalink
passed add
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed Sep 25, 2024
1 parent 278b548 commit dfef925
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/testTKG/test_platformRequirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,11 @@ def run_test():
skipped.add('test_not_arch_390_0')
else:
passed.add('test_not_arch_390_0')
passed.add('test_not_arch_390_z15plus_0')

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 dfef925

Please sign in to comment.