Skip to content

Commit

Permalink
Disable System.IO.Tests.FileStream_SafeFileHandle.ThrowWhenHandlePosi…
Browse files Browse the repository at this point in the history
…tionIsChanged_async test on Browser wasm (dotnet#40920)
  • Loading branch information
MaximLipnin authored Aug 19, 2020
1 parent c0c8854 commit 9401b2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public async Task ThrowWhenHandlePositionIsChanged_sync()
await ThrowWhenHandlePositionIsChanged(useAsync: false);
}

[Fact]
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
public async Task ThrowWhenHandlePositionIsChanged_async()
{
await ThrowWhenHandlePositionIsChanged(useAsync: true);
Expand Down

0 comments on commit 9401b2f

Please sign in to comment.