Skip to content

Commit

Permalink
Disable flaky FSW test (#105254)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozkee authored Jul 22, 2024
1 parent 2746c03 commit 310dc28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public void FileSystemWatcher_Directory_NotifyFilter_LastAccessTime(NotifyFilter

[Theory]
[MemberData(nameof(FilterTypes))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/103584", TestPlatforms.Windows)]
public void FileSystemWatcher_Directory_NotifyFilter_LastWriteTime(NotifyFilters filter)
{
string dir = CreateTestDirectory(TestDirectory, "dir");
Expand Down

0 comments on commit 310dc28

Please sign in to comment.