We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9e27d commit 0ca6ebfCopy full SHA for 0ca6ebf
1 file changed
java/ql/integration-tests/kotlin/all-platforms/recursive_interfaces/test.py
@@ -1,5 +1,7 @@
1
import commands
2
+import pytest
3
4
+@pytest.mark.ql_test("DB-CHECK", xfail=True)
5
def test(codeql, java_full):
6
codeql.database.create(
7
command=["kotlinc somepkg/IfaceA.java somepkg/IfaceB.java somepkg/IfaceC.java somepkg/IfaceZ.java test.kt"]
0 commit comments