This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing 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 f3aeffc557 Disable flaky ValidateLayerConsistencyTest
new 5fd9eb5278 Merge pull request #4218 from
matthiasblaesing/disable_flaky_test_from_commit_validation
f3aeffc557 is described below
commit f3aeffc557243f51259aa191589e38b617035bd4
Author: Matthias Bläsing <[email protected]>
AuthorDate: Thu Jun 9 19:50:21 2022 +0200
Disable flaky ValidateLayerConsistencyTest
See https://github.com/apache/netbeans/issues/4211 for details
---
platform/o.n.core/nbproject/project.properties | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/platform/o.n.core/nbproject/project.properties
b/platform/o.n.core/nbproject/project.properties
index d1c2854c4b..3e8e1aca8c 100644
--- a/platform/o.n.core/nbproject/project.properties
+++ b/platform/o.n.core/nbproject/project.properties
@@ -36,8 +36,10 @@ test.excludes=\
test.config.commit.includes=\
**/ValidateNbinst*Test.class,\
**/ValidateClassFilesTest.class,\
- **/ValidateLayerConsistencyTest.class,\
**/ValidateModulesTest.class
+# Test was disable as it was found to be flaky:
+# https://github.com/apache/netbeans/issues/4211
+# **/ValidateLayerConsistencyTest.class
test.config.stableBTD.includes=**/*Test.class
test.config.stableBTD.excludes=\
---------------------------------------------------------------------
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