Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c8593a6

Browse files
authored
Disable Millisec test for all Unix (#26384)
* Disable Millisec test for all Unix * Typo
1 parent 7a98b8e commit c8593a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.IO.FileSystem/tests/Base/BaseGetSetTimes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void CanGetAllTimesAfterCreation()
6868
}
6969

7070
[Fact]
71-
[ActiveIssue(26349, TestPlatforms.OSX)]
71+
[ActiveIssue(26349, TestPlatforms.AnyUnix)]
7272
public void TimesIncludeMillisecondPart()
7373
{
7474
T item = GetExistingItem();

0 commit comments

Comments
 (0)