Skip to content

Commit c77bb90

Browse files
Copilotrenemadsen
andcommitted
Add AdHocComplexTypeQueryRelationalTestBase to ignored test bases for EF Core 10.0.2 compliance
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
1 parent 808d922 commit c77bb90

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/EFCore.MySql.FunctionalTests/MySqlComplianceTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public class MySqlComplianceTest : RelationalComplianceTestBase
5252
typeof(AdHocPrecompiledQueryRelationalTestBase),
5353
typeof(PrecompiledQueryRelationalTestBase),
5454
typeof(PrecompiledSqlPregenerationQueryRelationalTestBase),
55+
56+
// TODO: 10.0.2 - AdHocComplexTypeQueryRelationalTestBase requires NonSharedFixture infrastructure
57+
typeof(AdHocComplexTypeQueryRelationalTestBase),
5558

5659
// TODO: Reenable LoggingMySqlTest once its issue has been fixed in EF Core upstream.
5760
typeof(LoggingTestBase),

0 commit comments

Comments
 (0)