Index: pkg/pkg.status |
diff --git a/pkg/pkg.status b/pkg/pkg.status |
index 42906eba57c9177312169580e90e8b8cbea4448d..0170ad90c3eb69dc196a20ad7a4194a71ab70b13 100644 |
--- a/pkg/pkg.status |
+++ b/pkg/pkg.status |
@@ -330,5 +330,11 @@ unittest/test/mock_test: StaticWarning, OK # testing unimplemented members |
[ $runtime == vm && ($system == windows || $system == macos) ] |
watcher/test/*/linux_test: Skip |
+[ $runtime == vm && ($system == windows || $system == linux) ] |
+watcher/test/*/mac_os_test: Skip |
+ |
[ $runtime == vm && $system == linux ] |
watcher/test/*/linux_test: Pass, Slow # Issue 14606 |
+ |
+[ $runtime == vm && $system == macos ] |
+watcher/test/no_subscribers/mac_os_test: Fail # Issue 14793 (see test file for details) |