Skip to content

Commit 25b6b11

Browse files
committed
C#: Make sure to run the .NET 10 sequentially.
1 parent 511ae77 commit 25b6b11

File tree

1 file changed

+4
-0
lines changed
  • csharp/ql/integration-tests/all-platforms/dotnet_10

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
import pytest
2+
3+
@pytest.mark.xdist_group("dotnet10")
14
def test1(codeql, csharp):
25
codeql.database.create()
36

7+
@pytest.mark.xdist_group("dotnet10")
48
def test2(codeql, csharp):
59
codeql.database.create(build_mode="none")

0 commit comments

Comments
 (0)