diff --git a/test/EFCore.Cosmos.FunctionalTests/Query/NorthwindMiscellaneousQueryCosmosTest.cs b/test/EFCore.Cosmos.FunctionalTests/Query/NorthwindMiscellaneousQueryCosmosTest.cs index b9d4d30407c..45f98bcdef7 100644 --- a/test/EFCore.Cosmos.FunctionalTests/Query/NorthwindMiscellaneousQueryCosmosTest.cs +++ b/test/EFCore.Cosmos.FunctionalTests/Query/NorthwindMiscellaneousQueryCosmosTest.cs @@ -1877,6 +1877,7 @@ public override async Task Random_next_is_not_funcletized_6(bool async) AssertSql(); } + [ConditionalTheory(Skip = "Issue#27222")] public override async Task Environment_newline_is_funcletized(bool async) { await base.Environment_newline_is_funcletized(async);