Skip to content

Commit 01242d9

Browse files
committed
C#: Comment out Traced extraction test.
1 parent c07e6bd commit 01242d9

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
@@ -1,8 +1,8 @@
11
import pytest
22

3-
@pytest.mark.xdist_group("dotnet10")
4-
def test1(codeql, csharp):
5-
codeql.database.create()
3+
# @pytest.mark.xdist_group("dotnet10")
4+
# def test1(codeql, csharp):
5+
# codeql.database.create()
66

77
@pytest.mark.xdist_group("dotnet10")
88
def test2(codeql, csharp):

0 commit comments

Comments
 (0)