Commit ee7c65aa authored by mgravell's avatar mgravell

clean up failing tests

parent ad961a22
...@@ -815,6 +815,7 @@ public async Task Issue563_QueryAsyncShouldThrowException() ...@@ -815,6 +815,7 @@ public async Task Issue563_QueryAsyncShouldThrowException()
} }
} }
[Collection(NonParallelDefinition.Name)]
public abstract class AsyncQueryCacheTests<TProvider> : TestBase<TProvider> where TProvider : SqlServerDatabaseProvider public abstract class AsyncQueryCacheTests<TProvider> : TestBase<TProvider> where TProvider : SqlServerDatabaseProvider
{ {
private DbConnection _marsConnection; private DbConnection _marsConnection;
......
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