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

Commit a647411

Browse files
committed
Re-enable DriveInfo test on Windows Subsystem for Linux
https://github.com/dotnet/corefx/issues/11570
1 parent 25db335 commit a647411

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/System.IO.FileSystem.DriveInfo/tests/DriveInfo.Unix.Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public void PropertiesOfInvalidDrive()
6060
Assert.Equal(invalidDriveName, invalidDrive.VolumeLabel); // VolumeLabel is equivalent to Name on Unix
6161
}
6262

63-
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsSubsystemForLinux))] // https://github.com/dotnet/corefx/issues/11570
6463
[PlatformSpecific(TestPlatforms.AnyUnix)]
6564
public void PropertiesOfValidDrive()
6665
{

0 commit comments

Comments
 (0)