This is an automated email from the ASF dual-hosted git repository.
mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 14cf3cf961 debugger.jpda: exclude AsynchStepTest since it fails too
often
new 4ad29c2da9 Merge pull request #5832 from
mbien/exclude-another-debugger-test
14cf3cf961 is described below
commit 14cf3cf961d6ee732cef29e23d70d8c99b4d3d2b
Author: Michael Bien <[email protected]>
AuthorDate: Sun Apr 16 05:40:04 2023 +0200
debugger.jpda: exclude AsynchStepTest since it fails too often
and wrap in retry script since more tests are flaky.
---
.github/workflows/main.yml | 2 +-
java/debugger.jpda/nbproject/project.properties | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c6c21a55ba..0fc0e0f744 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1564,7 +1564,7 @@ jobs:
run: ant $OPTS -f java/api.debugger.jpda test
- name: debugger.jpda
- run: ant $OPTS -f java/debugger.jpda test
+ run: .github/retry.sh ant $OPTS -f java/debugger.jpda test
- name: debugger.jpda.js
run: ant $OPTS -f java/debugger.jpda.js test
diff --git a/java/debugger.jpda/nbproject/project.properties
b/java/debugger.jpda/nbproject/project.properties
index 79838c6b9e..e8bc9be92e 100644
--- a/java/debugger.jpda/nbproject/project.properties
+++ b/java/debugger.jpda/nbproject/project.properties
@@ -32,6 +32,7 @@ test.jms.flags=\
--add-opens=jdk.jdi/com.sun.jdi=ALL-UNNAMED
test.config.default.excludes=\
+ **/AsynchStepTest.class,\
**/BreakpointsClassFilterTest.class,\
**/BreakpointsDeactivationTest.class,\
**/ClassBasedBreakpointTest.class,\
---------------------------------------------------------------------
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