Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 43fb3d8

Browse files
committed
Ignore schema test for MySql
1 parent 6dbf2e7 commit 43fb3d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ServiceStack.OrmLite.Tests/Issues/MismatchSchemaTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ public class Poco
7676
[Test]
7777
public void Can_change_schema_at_runtime()
7878
{
79+
if (Dialect == Dialect.MySql)
80+
return; //No custom schema support
81+
7982
using (var captured = new CaptureSqlFilter())
8083
using (var db = OpenDbConnection())
8184
{

0 commit comments

Comments
 (0)