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
commit 46ffd20dd0614496a3fc531432973f0cd45c345a Merge: 13e2b5744d f2f8d5a91c Author: Michael Bien <[email protected]> AuthorDate: Thu Jun 6 17:31:19 2024 +0200 Merge pull request #7410 from mbien/fix-mac-fs-tests Disable FS event notifier test on mac and consolidate fs tests. .github/workflows/main.yml | 11 +- platform/masterfs.linux/nbproject/project.xml | 14 -- .../watcher/linux/LinuxNotifier235632Test.java | 152 --------------------- platform/masterfs.macosx/nbproject/project.xml | 17 --- .../netbeans/modules/masterfs/NotifierTest.java} | 13 +- .../filebasedfs/BaseFileObjectTestHid.java | 2 + .../filebasedfs/fileobjects/FolderObjTest.java | 2 + .../filebasedfs/fileobjects/StatFilesTest.java | 8 +- .../org/openide/filesystems/FileObjectTestHid.java | 2 + .../org/openide/filesystems/test/StatFiles.java | 11 +- 10 files changed, 28 insertions(+), 204 deletions(-) --------------------------------------------------------------------- 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
