From 388bafd70bc0fc1c610f9f6cf4ea7fccdc1a1ef3 Mon Sep 17 00:00:00 2001 From: Vladimir Pecanac Date: Sun, 13 Sep 2026 12:54:59 +0200 Subject: [PATCH] CI: skip FilteringResultsInsideTheIncludeMethodInEFCore Its tests open a live SQL Server the runner does not have, same as the three EF Core siblings already on the list. Split out of PR #2176 so the article branch touches only its own folder. --- .github/ci-skip-folders.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ci-skip-folders.txt b/.github/ci-skip-folders.txt index d01da4e6c..07e792b43 100644 --- a/.github/ci-skip-folders.txt +++ b/.github/ci-skip-folders.txt @@ -9,6 +9,7 @@ dotnet-efcore/TestForValidDbConnection dotnet-efcore/OptimisticVsPessimisticLocking dotnet-efcore/EfCoreInterceptors +dotnet-efcore/FilteringResultsInsideTheIncludeMethodInEFCore # docker-compose-dependent: needs external infra (Kafka / OTel collector) the # runner doesn't provide.