Skip to content

Commit

Permalink
added not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed Jan 18, 2024
1 parent 66fcdfb commit fb4a987
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/platformRequirements/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,11 @@
$(TEST_STATUS)</command>
<platformRequirements>^os.linux.ubuntu.20+</platformRequirements>
</test>


<test>
<testCaseName>test_microarchitecture_not_supported</testCaseName>
<command>echo "test on microarchitecture not supported"; \
$(TEST_STATUS)</command>
<platformRequirements>arch.not.supported</platformRequirements>
</test>

</playlist>

0 comments on commit fb4a987

Please sign in to comment.