Skip to content

Commit

Permalink
Remove test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia committed Nov 7, 2024
1 parent e76e7cb commit 0196df6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion buildenv/jenkins/JenkinsfileBase
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ def archiveChildJobTap(childJobs) {
def childResult = cjob.value.getCurrentResult()
echo "${name} #${buildId} completed with status ${childResult}"
// track childTestJobParams if it is FAILURE job
if (childResult == "FAILURE" || childResult == "ABORTED") {
if (childResult == "FAILURE") {
childTestJobParams << parallelTestParams.findAll {it.key == name}
}

Expand Down
16 changes: 0 additions & 16 deletions functional/MockitoTests/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@
-->

<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../TKG/resources/playlist.xsd">
<test>
<testCaseName>triggerFailure</testCaseName>
<command>
$(JAVA_COMMAND) $(JVM_OPTIONS) -cxbxbxc; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
</levels>
<groups>
<group>functional</group>
</groups>
</test>
<test>
<testCaseName>MockitoMockTest</testCaseName>
<disables>
Expand All @@ -34,10 +22,6 @@
<platform>.*zos.*</platform>
</disable>
</disables>
<variations>
<variation>Mode150</variation>
<variation>Mode650</variation>
</variations>
<command>
$(JAVA_COMMAND) $(JVM_OPTIONS) -cp $(Q)$(RESOURCES_DIR)$(P)$(TEST_RESROOT)$(D)MockitoTests.jar$(P)$(LIB_DIR)$(D)mockito-core.jar$(P)$(LIB_DIR)$(D)byte-buddy.jar$(P)$(LIB_DIR)$(D)byte-buddy-agent.jar$(P)$(LIB_DIR)$(D)objenesis.jar$(Q) test.java.MockitoMockTest ; \
$(TEST_STATUS)</command>
Expand Down

0 comments on commit 0196df6

Please sign in to comment.