Skip to content

Commit

Permalink
OSX ignore serverset::tests::reattempts_unhealthy.
Browse files Browse the repository at this point in the history
The test is currently flaky on OSX as tracked by #7756.
  • Loading branch information
jsirois committed May 21, 2019
1 parent 58706c1 commit 3cb10a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rust/engine/serverset/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ mod tests {
}

#[test]
// TODO: un-ignore on OSX: https://github.com/pantsbuild/pants/issues/7756
#[cfg_attr(target_os = "macos", ignore)]
fn reattempts_unhealthy() {
let s = Serverset::new(
vec!["good", "bad"],
Expand Down

0 comments on commit 3cb10a1

Please sign in to comment.