Skip to content

Commit a38aed6

Browse files
bjorn3squell
authored andcommitted
Ignore test on Cirrus CI
1 parent 92abca9 commit a38aed6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.cirrus.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ task:
99
- sh rustup.sh -y --profile=minimal
1010
test_script:
1111
- . $HOME/.cargo/env
12-
# We skip a couple of tests which fail when running as root.
13-
- cargo test --workspace --all-targets --release -- --skip group_as_non_root --skip test_secure_open_cookie_file
12+
- |
13+
# We skip a couple of tests which fail when running as root.
14+
# test_traverse_secure_open_positive fails because the build directory is
15+
# in the world writable /tmp.
16+
cargo test --workspace --all-targets --release -- --skip group_as_non_root \
17+
--skip test_secure_open_cookie_file --skip test_traverse_secure_open_positive

0 commit comments

Comments
 (0)