Skip to content

Commit

Permalink
moving spring boot failure test to new file
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Venmany <[email protected]>
  • Loading branch information
arunvenmany-ibm committed Nov 20, 2024
1 parent 29fcfcd commit d7c2400
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ switch (testname) {
case "kernel-install-versionless-feature-fail-no-platform-it":
expectedMessage = "CWWKF1516E: The platform could not be determined. The following versionless features cannot be installed: [servlet]";
break;
case "springboot-3-appsdirectory-apps-fail-it":
expectedMessage = "Found multiple springBootApplication elements specified in the server configuration. Only one springBootApplication can be configured per Liberty server.";
break;
default:
return false;
}
Expand Down

0 comments on commit d7c2400

Please sign in to comment.