diff --git a/tests/Dapper.Tests/Providers/MySQLTests.cs b/tests/Dapper.Tests/Providers/MySQLTests.cs index 4b17ff80b..dcd71110d 100644 --- a/tests/Dapper.Tests/Providers/MySQLTests.cs +++ b/tests/Dapper.Tests/Providers/MySQLTests.cs @@ -38,7 +38,7 @@ public void DapperEnumValue_Mysql() } } - [FactMySql(Skip = "See https://github.com/DapperLib/Dapper/issues/552, not resolved on the MySQL end.")] + [FactMySql] public void Issue552_SignedUnsignedBooleans() { using (var conn = Provider.GetMySqlConnection(true, false, false))