Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #2014 from stephentoub/disable_more_fsw_tests
Browse files Browse the repository at this point in the history
Disable more FileSystemWatcher tests on OSX
  • Loading branch information
stephentoub committed Jun 12, 2015
2 parents 9029ffc + 536cfc9 commit 211499a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
public partial class FileSystemWatcher_4000_Tests
{
[Fact]
[ActiveIssue(2011, PlatformID.OSX)]
public static void FileSystemWatcher_NotifyFilter_Attributes()
{
using (var file = Utility.CreateTestFile())
Expand All @@ -32,6 +33,7 @@ public static void FileSystemWatcher_NotifyFilter_Attributes()

[Fact]
[PlatformSpecific(PlatformID.Windows | PlatformID.OSX)]
[ActiveIssue(2011, PlatformID.OSX)]
public static void FileSystemWatcher_NotifyFilter_CreationTime()
{
using (var file = Utility.CreateTestFile())
Expand Down Expand Up @@ -92,6 +94,7 @@ public static void FileSystemWatcher_NotifyFilter_FileName()
}

[Fact]
[ActiveIssue(2011, PlatformID.OSX)]
public static void FileSystemWatcher_NotifyFilter_LastAccessTime()
{
using (var file = Utility.CreateTestFile())
Expand All @@ -110,6 +113,7 @@ public static void FileSystemWatcher_NotifyFilter_LastAccessTime()
}

[Fact]
[ActiveIssue(2011, PlatformID.OSX)]
public static void FileSystemWatcher_NotifyFilter_LastWriteTime()
{
using (var file = Utility.CreateTestFile())
Expand All @@ -128,6 +132,7 @@ public static void FileSystemWatcher_NotifyFilter_LastWriteTime()
}

[Fact]
[ActiveIssue(2011, PlatformID.OSX)]
public static void FileSystemWatcher_NotifyFilter_Size()
{
using (var file = Utility.CreateTestFile())
Expand Down Expand Up @@ -198,6 +203,7 @@ public static void FileSystemWatcher_NotifyFilter_Security()


[Fact]
[ActiveIssue(2011, PlatformID.OSX)]
public static void FileSystemWatcher_NotifyFilter_Negative()
{
using (var file = Utility.CreateTestFile())
Expand Down

0 comments on commit 211499a

Please sign in to comment.