Skip to content

Commit

Permalink
[Wasm] Skip Microsoft.Extensions.FileProviders.Physical tests (#38396)
Browse files Browse the repository at this point in the history
FSW is not supported on wasm.

Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
  • Loading branch information
steveisok and Steve Pfister authored Jun 25, 2020
1 parent a62bfcb commit f40c6b6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;
using Xunit;

[assembly: SkipOnMono("Microsoft.Extensions.FileProviders.Physical is not supported on wasm", TestPlatforms.Browser)]

0 comments on commit f40c6b6

Please sign in to comment.