Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2018-04-03 22:07:36 +0300
committerDan Moseley <danmose@microsoft.com>2018-04-03 22:07:36 +0300
commit9403c51f2b14a2e31f5ad952c9ce28a75d4060c3 (patch)
treeebeebacd9546835b4e6e060cdb3fb95ed565b7d7 /src/System.IO.FileSystem/tests
parent52897e9d76186004c3f8c6b1100fe7d6ff0a6089 (diff)
Existing Directory ReadOnlyVolume Disabled for alpine (#28783)
Diffstat (limited to 'src/System.IO.FileSystem/tests')
-rw-r--r--src/System.IO.FileSystem/tests/File/Delete.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.IO.FileSystem/tests/File/Delete.cs b/src/System.IO.FileSystem/tests/File/Delete.cs
index 7cd005f944..1dd95f6040 100644
--- a/src/System.IO.FileSystem/tests/File/Delete.cs
+++ b/src/System.IO.FileSystem/tests/File/Delete.cs
@@ -139,7 +139,7 @@ namespace System.IO.Tests
[Trait(XunitConstants.Category, XunitConstants.RequiresElevation)]
public void Unix_ExistingDirectory_ReadOnlyVolume()
{
- if (PlatformDetection.IsRedHatFamily6)
+ if (PlatformDetection.IsRedHatFamily6 || PlatformDetection.IsAlpine)
return; // [ActiveIssue(https://github.com/dotnet/corefx/issues/21920)]
ReadOnly_FileSystemHelper(readOnlyDirectory =>