Commit ad961a22 authored by mgravell's avatar mgravell

mark the new MySql tests as depending on MySql

parent 651325ae
......@@ -157,7 +157,7 @@ public void SO36303462_Tinyint_Bools()
}
}
[Fact]
[FactMySql]
public void Issue1277_ReaderSync()
{
using (var conn = Provider.GetMySqlConnection())
......@@ -180,7 +180,7 @@ public void Issue1277_ReaderSync()
}
}
[Fact]
[FactMySql]
public async Task Issue1277_ReaderAsync()
{
using (var conn = Provider.GetMySqlConnection())
......
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