Skip to content

Commit 225feb9

Browse files
tothtamas28Robertorosmaninho
authored andcommitted
Skip test_module_to_kore
1 parent c1a3dfb commit 225feb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyk/src/tests/integration/konvert/test_module_to_kore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def kore_module(definition_dir: Path, definition_info: DefinitionInfo) -> Module
5656
IGNORED_SYMBOL_ATTRS: Final = {"symbol'Kywd'"}
5757

5858

59+
@pytest.mark.skip('TODO: https://github.com/runtimeverification/k/issues/4653')
5960
def test_module_to_kore(kast_defn: KDefinition, kore_module: Module) -> None:
6061
# Given
6162
expected = kore_module

0 commit comments

Comments
 (0)