Skip to content

Commit

Permalink
test: skip integration test for modules
Browse files Browse the repository at this point in the history
Such tests blocked until run external modules will implemented
according new modules design document.
  • Loading branch information
dmyger committed Dec 26, 2024
1 parent e975c18 commit babfdc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ def create_lua_config(tmp_path):


def create_external_module(module_name, directory):
# See https://github.com/tarantool/tt/issues/1039
pytest.skip("FIXME: running external modules not implemented!")
module_message = f"\"Hello, I'm {module_name} external module!\""
with open(os.path.join(directory, f"{module_name}.sh"), "w") as f:
f.write(f"""#!/bin/sh
Expand Down

0 comments on commit babfdc6

Please sign in to comment.