Skip to content

Commit

Permalink
Skip Sqlite functional tests on MacOs (#33809)
Browse files Browse the repository at this point in the history
See #33785
  • Loading branch information
AndriySvyryd authored May 28, 2024
1 parent bccae77 commit d0ddd9b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using Microsoft.EntityFrameworkCore.TestUtilities.Xunit;

[assembly: PlatformSkipCondition(TestPlatform.Mac, SkipReason = "#33785")]

0 comments on commit d0ddd9b

Please sign in to comment.