Skip to content

Commit 4355ac3

Browse files
committed
tests: re-enable ltx tests using KILL command
LTX discovered a bug caused by not setting pid group while new EXEC command are performed. This was causing *_stop tests to fail and it's going to be fixed in the next release. linux-test-project/ltx#2 Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
1 parent 4c7a6c9 commit 4355ac3

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

libkirk/tests/test_ltx.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -301,18 +301,6 @@ class TestLTXSUT(_TestSUT):
301301
async def test_fetch_file_stop(self):
302302
pytest.skip(reason="LTX doesn't support stop for GET_FILE")
303303

304-
async def test_run_command_stop(self, sut):
305-
if os.environ.get("GITHUB_ACTIONS"):
306-
pytest.xfail("Unstable test under Github actions")
307-
308-
await super().test_run_command_stop(sut)
309-
310-
async def test_run_command_stop_parallel(self, sut):
311-
if os.environ.get("GITHUB_ACTIONS"):
312-
pytest.xfail("Unstable test under Github actions")
313-
314-
await super().test_run_command_stop_parallel(sut)
315-
316304

317305
class TestLTXSession(_TestSession):
318306
"""

0 commit comments

Comments
 (0)