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 a69e781 commit af41ca0Copy full SHA for af41ca0
csharp/ql/integration-tests/all-platforms/dotnet_10/test.py
@@ -1,9 +1,9 @@
1
import pytest
2
3
-@pytest.mark.flaky(rerun_filter=lambda args*: runs_on.macos)
+@pytest.mark.flaky(rerun_filter=lambda *args: runs_on.macos)
4
def test1(codeql, csharp):
5
codeql.database.create()
6
7
8
def test2(codeql, csharp):
9
codeql.database.create(build_mode="none")
0 commit comments