From e42407cb9332bc9bb4357342bf2ddd312873cb23 Mon Sep 17 00:00:00 2001 From: Smit Patel Date: Wed, 19 Jan 2022 18:20:13 -0800 Subject: [PATCH] Update NorthwindMiscellaneousQueryCosmosTest.cs (#27223) --- .../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);