Skip to content

Commit

Permalink
Remove UDF function tests. No Jet support
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJollyAU committed Dec 26, 2023
1 parent 99c2662 commit 520c841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 533 deletions.
4 changes: 3 additions & 1 deletion test/EFCore.Jet.FunctionalTests/JetComplianceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ public class JetComplianceTest : RelationalComplianceTestBase
typeof(ComplexNavigationsSharedTypeQueryTestBase<>),
typeof(ComplexNavigationsCollectionsSharedTypeQueryRelationalTestBase<>),
typeof(ComplexNavigationsCollectionsSharedTypeQueryTestBase<>),
typeof(ComplexNavigationsCollectionsSplitSharedTypeQueryRelationalTestBase<>)
typeof(ComplexNavigationsCollectionsSplitSharedTypeQueryRelationalTestBase<>),
//No user defined functions in MS Access/Jet
typeof(UdfDbFunctionTestBase<>),
};

protected override Assembly TargetAssembly { get; } = typeof(JetComplianceTest).Assembly;
Expand Down
Loading

0 comments on commit 520c841

Please sign in to comment.