Skip to content

Commit fb60001

Browse files
committed
Disable test parallelization in OleDB tests
Attempts to fix #87783
1 parent 28216ac commit fb60001

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
4+
using Xunit;
5+
6+
// The OleDB tests use the ACE (Access) driver, which has issues with concurrency.
7+
[assembly: CollectionBehavior(DisableTestParallelization = true)]

0 commit comments

Comments
 (0)