We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7018f3a commit e9efa7cCopy full SHA for e9efa7c
csharp/ql/integration-tests/all-platforms/dotnet_10/test.py
@@ -4,6 +4,6 @@
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")
+@pytest.mark.xdist_group("dotnet10")
+def test2(codeql, csharp):
+ codeql.database.create(build_mode="none")
0 commit comments