Skip to content

Commit

Permalink
Disables sys::test_uio::test_writev for Solaris (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
psumbera authored Dec 2, 2024
1 parent 0f45593 commit f9ed9f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sys/test_uio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ use tempfile::tempdir;
use tempfile::tempfile;

#[test]
// On Solaris sometimes wrtitev() returns EINVAL.
#[cfg(not(target_os = "solaris"))]
fn test_writev() {
let mut to_write = Vec::with_capacity(16 * 128);
for _ in 0..16 {
Expand Down

0 comments on commit f9ed9f0

Please sign in to comment.