[wasm] Skip EnsureThrowWhenCopyToNonSharedFile on Browser (#41048)
authorMitchell Hwang <mitchhwang1418@gmail.com>
Thu, 20 Aug 2020 18:52:45 +0000 (14:52 -0400)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 18:52:45 +0000 (14:52 -0400)
* [wasm] Skip EnsureThrowWhenCopyToNonSharedFile on Browser

* Provide context for skipping Copy.cs test on Browser

Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
src/libraries/System.IO.FileSystem/tests/File/Copy.cs

index 8fd9ea4..aa3c929 100644 (file)
@@ -343,7 +343,7 @@ namespace System.IO.Tests
     /// <summary>
     /// Single tests that shouldn't be duplicated by inheritance.
     /// </summary>
-    [ActiveIssue("https://github.com/dotnet/runtime/issues/40867", TestPlatforms.Browser)]
+    [PlatformSpecific(~TestPlatforms.Browser)] // https://github.com/dotnet/runtime/issues/40867 - flock not supported
     public sealed class File_Copy_Single : FileSystemTest
     {
         [Fact]