mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Disable hard link integration test on Android
Non-rooted Android typically doesn't have permission to use hard links at all, so this test fails on Android.
This commit is contained in:
parent
30fb63cc3d
commit
face6a3268
@ -650,6 +650,7 @@ async fn test_symlink_write_relative() -> anyhow::Result<()> {
|
||||
}
|
||||
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
#[cfg(not(target_os = "android"))]
|
||||
async fn test_hardlink_write() -> anyhow::Result<()> {
|
||||
let dir = tempfile::tempdir()?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user