From 8ede313b168025ae4bb285aec92b5caa23d6f5f6 Mon Sep 17 00:00:00 2001 From: Zhou Cheng Date: Mon, 22 Apr 2024 18:50:27 +0800 Subject: [PATCH] CI: test clone fix (#4750) --- .github/scripts/hypo/command_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/hypo/command_test.py b/.github/scripts/hypo/command_test.py index c1c1ecef1096..777fa4577fe4 100644 --- a/.github/scripts/hypo/command_test.py +++ b/.github/scripts/hypo/command_test.py @@ -21,7 +21,7 @@ def skip_test_info(self): state.info(entry=folders_0, raw=True, recuisive=True, user='user1') state.teardown() - def skip_test_clone(self): + def test_clone(self): state = JuicefsCommandMachine() v1 = state.init_folders() v2 = state.create_file(content=b'\x9bcR\xba', file_name='ygbl', mode='x', parent=v1, umask=466, user='root')