zed-editor: skip test test_open_workspace_with_directory on darwin

Resolves: https://github.com/NixOS/nixpkgs/issues/422673
This commit is contained in:
Sizhe Zhao 2025-07-05 18:15:08 +08:00
parent 7004aa5cbb
commit 7dc50f45d3
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

@ -231,6 +231,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
# Flaky: unreliably fails on certain hosts (including Hydra)
"--skip=zed::tests::test_window_edit_state_restoring_enabled"
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
# Flaky: unreliably fails on certain hosts (including Hydra)
"--skip=zed::open_listener::tests::test_open_workspace_with_directory"
]
++ lib.optionals stdenv.hostPlatform.isLinux [
# Fails on certain hosts (including Hydra) for unclear reason
"--skip=test_open_paths_action"