Skip to content

Commit 5ef5786

Browse files
jamesfwoodCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4e7f171 commit 5ef5786

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See the [wiki](https://github.com/NASA-AMMOS/common-workflow-service/wiki) for m
1919

2020
- [**Java 17 JDK**](https://formulae.brew.sh/cask/corretto@17): CWS only runs on JDK 17. (NOTE: Cannot use JRE)
2121
- For Homebrew users:
22-
- Install OpenJDK 17 using: `brew install --cask corretto@17`
22+
- Install Amazon Corretto 17 using: `brew install --cask corretto@17`
2323
- Add to your Shell startup (e.g. .zprofile): `export JAVA_HOME=$(/usr/libexec/java_home -v17)`
2424
- [**Maven**](https://maven.apache.org/download.cgi): Used to dynamically download libraries and other required project dependencies.
2525
- For Home-brew users:

cws-test/src/test/java/jpl/cws/test/integration/ui/AdminTestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public void runTenantsTest() {
261261
assertTrue("Admin Page Test reported unexpected success value (scriptPass=" + scriptPass + ")", scriptPass);
262262
}
263263

264-
@Ignore
264+
@Ignore("Temporarily disabled due to a failing/flaky Authorizations UI flow on Camunda 7.24 / Tomcat 11; investigate, track the root cause, and re-enable once fixed.")
265265
@Test
266266
public void runAuthorizationsTest() {
267267
Boolean scriptPass = false;

0 commit comments

Comments
 (0)