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 cd6b1ea
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions functional/testHeadlessComponents/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,31 @@
<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>
<groups>
<group>functional</group>
</groups>
<platformRequirementsList>
<platformRequirements>os.linux</platformRequirements>
<platformRequirements>os.win</platformRequirements>
<platformRequirements>os.osx</platformRequirements>
</platformRequirementsList>
<groups>
<group>functional</group>
</groups>
</test>
</playlist>

0 comments on commit cd6b1ea

Please sign in to comment.