From 4a1d6bc84e48a936493c1682418447386eb805b0 Mon Sep 17 00:00:00 2001 From: Smit Patel Date: Wed, 19 Jan 2022 17:31:43 -0800 Subject: [PATCH] Update NorthwindMiscellaneousQueryCosmosTest.cs --- .../Query/NorthwindMiscellaneousQueryCosmosTest.cs | 1 + 1 file changed, 1 insertion(+) 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);