We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fa2c7 commit f0df23aCopy full SHA for f0df23a
test/EFCore.Jet.Data.Tests/SchemaOperationsTest.cs
@@ -4,6 +4,7 @@
4
namespace EntityFrameworkCore.Jet.Data.Tests
5
{
6
[TestClass]
7
+ [DoNotParallelize]
8
public class SchemaOperationsTest
9
10
private const string StoreName = nameof(SchemaOperationsTest) + ".accdb";
0 commit comments