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
This commit is contained in:
Saul Gutierrez 2023-05-17 06:49:59 -07:00 committed by Facebook GitHub Bot
parent 6aa5f902d3
commit cb6946de98

View File

@ -531,6 +531,7 @@ enum DirstateMergeState {
}
#[cfg(test)]
#[cfg(target_os = "linux")]
mod test {
use std::collections::BTreeMap;