Skip to content

Commit

Permalink
Exclude TestHeadlessComponents test
Browse files Browse the repository at this point in the history
- Disabled TestHeadlessComponents all platforms, versions on openj9 and ibm.

related: #5224

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed May 14, 2024
1 parent 2a4cdaf commit eb4301b
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions functional/testHeadlessComponents/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,24 @@
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../TKG/resources/playlist.xsd">
<test>
<testCaseName>TestHeadlessComponents</testCaseName>
<command>
<disables>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5224</comment>
<impl>openj9</impl>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-tests/issues/5224</comment>
<impl>ibm</impl>
</disable>
</disables>
<command>
export OJDK_VERSION_NUMBER=$(JDK_VERSION) JREJDK="jdk" TMPRESULTS=$(Q)$(REPORTDIR)$(D)report$(Q); \
bash $(TEST_ROOT)$(D)functional$(D)testHeadlessComponents$(D)TestHeadlessComponents$(D)testHeadlessComponents.sh; \
$(TEST_STATUS)
</command>
<levels>
<level>dev</level>
</levels>
<platformRequirementsList>
<platformRequirements>os.linux</platformRequirements>
<platformRequirements>os.win</platformRequirements>
<platformRequirements>os.osx</platformRequirements>
</platformRequirementsList>
<groups>
<group>functional</group>
</groups>
Expand Down

0 comments on commit eb4301b

Please sign in to comment.