From 28030d0f6c385e057c55adc8d405fef1f7244293 Mon Sep 17 00:00:00 2001 From: maumar Date: Tue, 28 May 2024 23:06:56 -0700 Subject: [PATCH] re-enabling sqlite tests on macos now that ci was updated --- .../Properties/TestAssemblyConditions.cs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 test/EFCore.Sqlite.FunctionalTests/Properties/TestAssemblyConditions.cs diff --git a/test/EFCore.Sqlite.FunctionalTests/Properties/TestAssemblyConditions.cs b/test/EFCore.Sqlite.FunctionalTests/Properties/TestAssemblyConditions.cs deleted file mode 100644 index eb46b937148..00000000000 --- a/test/EFCore.Sqlite.FunctionalTests/Properties/TestAssemblyConditions.cs +++ /dev/null @@ -1,6 +0,0 @@ -// 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")]