Skip to content

Commit

Permalink
CI: test clone fix (#4750)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 authored Apr 22, 2024
1 parent f553dcf commit 8ede313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/hypo/command_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8ede313

Please sign in to comment.