Commit f8d7a7a3 authored by Nick Craver's avatar Nick Craver

Skip the MySQL FUBAR test

It's indeed broken on their end. We should consider switching providers,
e.g. https://github.com/mysql-net/MySqlConnector/
parent 60b78072
...@@ -30,7 +30,7 @@ public void DapperEnumValue_Mysql() ...@@ -30,7 +30,7 @@ public void DapperEnumValue_Mysql()
} }
} }
[FactMySql] [FactMySql(Skip = "See https://github.com/StackExchange/Dapper/issues/552, not resolved on the MySQL end.")]
public void Issue552_SignedUnsignedBooleans() public void Issue552_SignedUnsignedBooleans()
{ {
using (var conn = GetMySqlConnection(true, false, false)) using (var conn = GetMySqlConnection(true, false, false))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment