From cb6946de9892c794859ce104f005f8aaff39baa1 Mon Sep 17 00:00:00 2001 From: Saul Gutierrez Date: Wed, 17 May 2023 06:49:59 -0700 Subject: [PATCH] tests: disable edenfs-client tests outside of Linux Summary: These tests only really run on Linux; they don't even build properly on other OSes, so let's disable them. Reviewed By: muirdm Differential Revision: D45926534 fbshipit-source-id: 3a1d66f3f5632888c1a63a7e9fa2f0b96816acb7 --- eden/scm/lib/edenfs-client/src/status.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/eden/scm/lib/edenfs-client/src/status.rs b/eden/scm/lib/edenfs-client/src/status.rs index efee6e6272..731194e555 100644 --- a/eden/scm/lib/edenfs-client/src/status.rs +++ b/eden/scm/lib/edenfs-client/src/status.rs @@ -531,6 +531,7 @@ enum DirstateMergeState { } #[cfg(test)] +#[cfg(target_os = "linux")] mod test { use std::collections::BTreeMap;