Skip to content

Commit 68cf9a4

Browse files
committed
C#: Only comment in Traced test.
1 parent 01242d9 commit 68cf9a4

File tree

1 file changed

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

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import pytest
22

3-
# @pytest.mark.xdist_group("dotnet10")
4-
# def test1(codeql, csharp):
5-
# codeql.database.create()
6-
73
@pytest.mark.xdist_group("dotnet10")
8-
def test2(codeql, csharp):
9-
codeql.database.create(build_mode="none")
4+
def test1(codeql, csharp):
5+
codeql.database.create()
6+
7+
# @pytest.mark.xdist_group("dotnet10")
8+
# def test2(codeql, csharp):
9+
# codeql.database.create(build_mode="none")

0 commit comments

Comments
 (0)