Skip to content

Commit 03e65cf

Browse files
committed
fix: disable flaky test until it can be root-caused
1 parent 95a83bf commit 03e65cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

brush-shell/tests/cases/redirection.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ cases:
4848
cat < <(echo hi)
4949
5050
- name: "Process substitution: output redirection"
51+
skip: true # Periodically fails, possibly due to output race condition.
5152
stdin: |
5253
shopt -u -o posix
5354
echo hi > >(wc -l)

0 commit comments

Comments
 (0)