10
10
public partial class FileSystemWatcher_4000_Tests
11
11
{
12
12
[ Fact ]
13
+ [ ActiveIssue ( 2011 , PlatformID . OSX ) ]
13
14
public static void FileSystemWatcher_NotifyFilter_Attributes ( )
14
15
{
15
16
using ( var file = Utility . CreateTestFile ( ) )
@@ -32,6 +33,7 @@ public static void FileSystemWatcher_NotifyFilter_Attributes()
32
33
33
34
[ Fact ]
34
35
[ PlatformSpecific ( PlatformID . Windows | PlatformID . OSX ) ]
36
+ [ ActiveIssue ( 2011 , PlatformID . OSX ) ]
35
37
public static void FileSystemWatcher_NotifyFilter_CreationTime ( )
36
38
{
37
39
using ( var file = Utility . CreateTestFile ( ) )
@@ -92,6 +94,7 @@ public static void FileSystemWatcher_NotifyFilter_FileName()
92
94
}
93
95
94
96
[ Fact ]
97
+ [ ActiveIssue ( 2011 , PlatformID . OSX ) ]
95
98
public static void FileSystemWatcher_NotifyFilter_LastAccessTime ( )
96
99
{
97
100
using ( var file = Utility . CreateTestFile ( ) )
@@ -110,6 +113,7 @@ public static void FileSystemWatcher_NotifyFilter_LastAccessTime()
110
113
}
111
114
112
115
[ Fact ]
116
+ [ ActiveIssue ( 2011 , PlatformID . OSX ) ]
113
117
public static void FileSystemWatcher_NotifyFilter_LastWriteTime ( )
114
118
{
115
119
using ( var file = Utility . CreateTestFile ( ) )
@@ -128,6 +132,7 @@ public static void FileSystemWatcher_NotifyFilter_LastWriteTime()
128
132
}
129
133
130
134
[ Fact ]
135
+ [ ActiveIssue ( 2011 , PlatformID . OSX ) ]
131
136
public static void FileSystemWatcher_NotifyFilter_Size ( )
132
137
{
133
138
using ( var file = Utility . CreateTestFile ( ) )
@@ -198,6 +203,7 @@ public static void FileSystemWatcher_NotifyFilter_Security()
198
203
199
204
200
205
[ Fact ]
206
+ [ ActiveIssue ( 2011 , PlatformID . OSX ) ]
201
207
public static void FileSystemWatcher_NotifyFilter_Negative ( )
202
208
{
203
209
using ( var file = Utility . CreateTestFile ( ) )
0 commit comments