Skip to content

Commit

Permalink
added passed list
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed Mar 13, 2024
1 parent d919011 commit fbc3129
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/testTKG/test_platformRequirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,11 @@ def run_test():
passed.add('test_microarch_z15plus_0')
else:
skipped.add('test_not_microarch_supported_0')

except ValueError as ve:
print("warning: microarch version value failed to convert to an integer")
skipped.add('test_not_microarch_supported_0')
else:
skipped.add('test_not_microarch_supported_0')
passed.add('test_not_microarch_supported_0')

if 'test_microarch_z15_0' not in passed:
skipped.add('test_microarch_z15_0')
Expand Down

0 comments on commit fbc3129

Please sign in to comment.