We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae69b0d commit a8d956bCopy full SHA for a8d956b
pyk/src/tests/integration/kllvm/test_internal_term.py
@@ -12,7 +12,7 @@
12
from pyk.kllvm.ast import Pattern
13
from pyk.kllvm.runtime import Runtime
14
15
-
+@pytest.mark.skip(reason="This test doesn't conform with the current version of LLVM GC. It should be updated or deleted soon.")
16
class TestInternalTerm(RuntimeTest):
17
KOMPILE_MAIN_FILE = K_FILES / 'imp.k'
18
0 commit comments