Skip to content

Commit 24d70a4

Browse files
authored
Disable WindowsAlternateDataStreamOverwrite test on Windows Arm64 (#126661)
1 parent 177ba31 commit 24d70a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/File

src/libraries/System.Runtime/tests/System.IO.FileSystem.Tests/File/Copy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ public void OverwriteFalse()
361361
InlineData("::$DATA", ":bar"),
362362
InlineData("::$DATA", ":bar:$DATA")]
363363
[PlatformSpecific(TestPlatforms.Windows)]
364+
[ActiveIssue("https://github.com/dotnet/runtime/issues/83659", typeof(PlatformDetection), nameof(PlatformDetection.IsWindows), nameof(PlatformDetection.IsArm64Process))]
364365
public void WindowsAlternateDataStreamOverwrite(string defaultStream, string alternateStream)
365366
{
366367
DirectoryInfo testDirectory = Directory.CreateDirectory(GetTestFilePath());

0 commit comments

Comments
 (0)