Skip to content

Commit 98a39f1

Browse files
committed
some more fixes
1 parent f0df23a commit 98a39f1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/EFCore.Jet.Data.Tests/CreateE2ETest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ JET does not support exclamation marks in column names. Exclamation marks has be
2020
namespace EntityFrameworkCore.Jet.Data.Tests
2121
{
2222
[TestClass]
23+
[DoNotParallelize]
2324
public class CreateE2ETest
2425
{
2526
private const string StoreName = nameof(CreateE2ETest) + ".accdb";

test/EFCore.Jet.Data.Tests/JetInformationSchemaTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace EntityFrameworkCore.Jet.Data.Tests
55
{
66
// TODO: Call all tests for ODBC and OLE DB.
77
[TestClass]
8+
[DoNotParallelize]
89
public class JetInformationSchemaTest
910
{
1011
private const string StoreName = nameof(JetInformationSchemaTest) + ".accdb";

test/EFCore.Jet.Data.Tests/TransactionTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace EntityFrameworkCore.Jet.Data.Tests
44
{
55
[TestClass]
6+
[DoNotParallelize]
67
public class TransactionTest
78
{
89
private const string StoreName = nameof(TransactionTest) + ".accdb";

0 commit comments

Comments
 (0)