We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150c04a commit fe73010Copy full SHA for fe73010
tests/integration_tests.rs
@@ -2148,6 +2148,7 @@ fn lessopen_and_lessclose_file_piped() {
2148
#[cfg(feature = "lessopen")]
2149
#[test]
2150
#[serial] // Randomly fails otherwise
2151
+#[ignore = "randomly failing on some systems"]
2152
fn lessopen_and_lessclose_stdin_temp() {
2153
// This is mainly to test that $LESSCLOSE gets passed the correct file paths
2154
// In this case, a dash and the temporary file returned by $LESSOPEN
0 commit comments