We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd6757 commit e4f6b4fCopy full SHA for e4f6b4f
test/EFCore.Jet.FunctionalTests/Query/PrimitiveCollectionsQueryJetTest.cs
@@ -873,6 +873,7 @@ SELECT 1000 AS `Value`
873
""");
874
}
875
876
+ [ConditionalFact(Skip = "Crashes - too large")]
877
public override async Task Parameter_collection_Count_with_huge_number_of_values()
878
{
879
await base.Parameter_collection_Count_with_huge_number_of_values();
0 commit comments