mbien commented on code in PR #6160:
URL: https://github.com/apache/netbeans/pull/6160#discussion_r1261027801
##########
.github/workflows/main.yml:
##########
@@ -1994,6 +1997,12 @@ jobs:
- name: tomcat5
run: ant $OPTS -f enterprise/tomcat5 test
+ - name: enterprise/web.jsf
+ run: .github/retry.sh ant $OPTS -f enterprise/web.jsf test
Review Comment:
` testPrettyFacesModel:
org.netbeans.modules.web.jsf.metamodel.SeveralXmlModelTest` seems to be fairly
unreliable.
It fails despite retry script
https://github.com/apache/netbeans/actions/runs/5529530202/attempts/1
https://github.com/apache/netbeans/actions/runs/5511016044/attempts/1
we should probably put it on default excludes
(`enterprise/web.jsf/nbproject/project.properties`) to reduce the whack-a-mole
factor.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists