From: Chris Howey Date: Mon, 11 Mar 2013 23:29:07 +0000 (-0500) Subject: Remove skip test X-Git-Tag: v1.7.2~376 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=1ea4da94d118cae13ab4f6ab4acee257092f98b0;p=fsnotify.git Remove skip test --- diff --git a/fsnotify_test.go b/fsnotify_test.go index d272453..caab401 100644 --- a/fsnotify_test.go +++ b/fsnotify_test.go @@ -489,8 +489,6 @@ func TestFsnotifyDeleteWatchedDir(t *testing.T) { } func TestFsnotifySubDir(t *testing.T) { - t.Skip("fails on OS X at least") - // Create an fsnotify watcher instance and initialize it watcher, err := NewWatcher() if err != nil {