Skip to content

Commit

Permalink
skip test xattr
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed May 10, 2024
1 parent c3e34a2 commit e018c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/hypo/fs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_clone_918(self):
v5 = state.clone_cp_file(entry=v3, new_entry_name='mbbb', parent=v1, preserve=True, user='root')
state.teardown()

def test_xattr(self):
def skip_test_xattr(self):
state = JuicefsMachine()
v1 = state.init_folders()
v19 = state.create_file(content=b'\xb5y', file_name='wums', mode='x', parent=v1, umask=16, user='root')
Expand Down

0 comments on commit e018c17

Please sign in to comment.