From 41fce766fd9b38b9916bb59ee2c8914e3d126b23 Mon Sep 17 00:00:00 2001 From: Konstantin Kovshenin Date: Sat, 20 Apr 2024 19:50:48 +0100 Subject: [PATCH] Remove WIP --- sail/tests/end2end.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sail/tests/end2end.py b/sail/tests/end2end.py index 228fb85..892cefd 100644 --- a/sail/tests/end2end.py +++ b/sail/tests/end2end.py @@ -14,7 +14,7 @@ from unittest.mock import Mock, patch # Skip some tests if true -work_in_progress = True +work_in_progress = False # Some commands use os.execlp to pass control to the # child process, which stops test execution after the