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: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to