Skip to content

Commit

Permalink
Fix failing pc test
Browse files Browse the repository at this point in the history
  • Loading branch information
olsen232 committed Jun 27, 2023
1 parent 478e652 commit c4fc6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/point_cloud/test_workingcopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ def test_lfs_gc(cli_runner, data_archive, monkeypatch):
def _remove_copy_on_write_warning(stderr_output):
if len(stderr_output) > 3 and stderr_output[0:3] == [
"Copy-on-write is not supported on this filesystem.",
"Currently Kart must create two copies of point cloud tiles to support full distributed version control features.",
"Currently Kart must create two copies of tiles to support full distributed version control features.",
"For more info, see https://docs.kartproject.org/en/latest/pages/git_lfs.html#disk-usage",
]:
return stderr_output[3:]
Expand Down

0 comments on commit c4fc6ed

Please sign in to comment.