Skip to content

Commit e9efa7c

Browse files
committed
Comment in both tests.
1 parent 7018f3a commit e9efa7c

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

csharp/ql/integration-tests/all-platforms/dotnet_10/test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
def test1(codeql, csharp):
55
codeql.database.create()
66

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

0 commit comments

Comments
 (0)