Skip to content

Commit

Permalink
[wasm] Skip EnsureThrowWhenCopyToNonSharedFile on Browser (#41048)
Browse files Browse the repository at this point in the history
* [wasm] Skip EnsureThrowWhenCopyToNonSharedFile on Browser

* Provide context for skipping Copy.cs test on Browser

Co-authored-by: Mitchell Hwang <mitchell.hwang@microsoft.com>
  • Loading branch information
mdh1418 and Mitchell Hwang authored Aug 20, 2020
1 parent 4cc4058 commit 20468d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/System.IO.FileSystem/tests/File/Copy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public void WindowsAlternateDataStreamOverwrite(string defaultStream, string alt
/// <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]
Expand Down

0 comments on commit 20468d2

Please sign in to comment.