Skip to content

Commit

Permalink
Remove TestExchangedata* tests for old macOS
Browse files Browse the repository at this point in the history
The exchangedata() system call has never been supported on APFS
introduced in macOS 10.13 (2017, unsupported since late 2020) and since
macOS 10.14 (2018, unsupported since mid 2021) all HFS+ drives are
converted to APFS. As far as I can find you can't use HFS+ drives with
current versions of macOS:

https://old.reddit.com/r/macsysadmin/comments/tk5lsi/use_hfs_instead_of_apfs_with_monterey/
https://old.reddit.com/r/MacOS/comments/jgodi9/i_cannot_update_because_i_cannot_convert_to_apfs/

So it seems we can safely remove this test. It wasn't run in the CI
anyway, as this only tests macOS 11 and 12.
  • Loading branch information
arp242 committed Nov 17, 2022
1 parent a62540a commit 1a76583
Showing 1 changed file with 0 additions and 122 deletions.
122 changes: 0 additions & 122 deletions system_darwin_test.go

This file was deleted.

0 comments on commit 1a76583

Please sign in to comment.