You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error is the root cause of the test failure, as per the following logs:
java.io.FileNotFoundException: /workspace/app/sample-getting-started/resources/CustomConfigSource.json (No such file or directory)
at java.base/java.io.FileInputStream.open([FileInputStream.java:219](http://fileinputstream.java:219/))
at java.base/java.io.FileInputStream.<init>([FileInputStream.java:157](http://fileinputstream.java:157/))
at java.base/java.io.FileReader.<init>([FileReader.java:75](http://filereader.java:75/))
at it.io.openliberty.sample.health.HealthUtilIT.changeProperty([HealthUtilIT.java:68](http://healthutilit.java:68/))
The CustomConfigSource.json was moved recently (in PR #128). The reference to it in the tests should also be changed. I'll open a PR.
One of the test is failing in the CD pipeline. The container image can't be updated as a result.
The text was updated successfully, but these errors were encountered: