Skip to content

Commit 50237c2

Browse files
committed
FISH-12987 Remove unrequired test
1 parent eb91d52 commit 50237c2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

appserver/tests/quicklook/admin/src/test/admin/WebtierTests.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,6 @@ public void deleteListener() {
104104
GeneralUtils.handleManifestFailure(man);
105105
}
106106

107-
@Test(groups = {"pulse"}, dependsOnMethods = {"createListenerWithOldParam"})
108-
public void deleteListener2() {
109-
String CMD = "delete-http-listener";
110-
Map<String, String> options = Collections.EMPTY_MAP;
111-
String operand = LISTENER_NAME + "2";
112-
String up = GeneralUtils.toFinalURL(adminUrl, CMD, options, operand);
113-
// Reporter.log("url: " + up);
114-
Manifest man = super.invokeURLAndGetManifest(up);
115-
String ec = GeneralUtils.getValueForTypeFromManifest(man, GeneralUtils.AsadminManifestKeyType.EXIT_CODE);
116-
GeneralUtils.handleManifestFailure(man);
117-
}
118-
119107
@Test(groups = {"pulse"}, dependsOnMethods = {"deleteListener"})
120108
public void ensureDeletedListenerDoesNotExist() {
121109
if (getListeners().contains(LISTENER_NAME)) {

0 commit comments

Comments
 (0)