Skip to content

Commit

Permalink
test/join.bats: disable fill-mappings test on Travis
Browse files Browse the repository at this point in the history
Travis just doesn't like this test anymore. It passes locally, so we
need to make sure running it when changing/releasing.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Aug 2, 2019
1 parent a7c513c commit 1559bde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/join.bats
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ function is_podman_available() {
}

@test "Test fill-mappings" {
if [[ ! -z "$TRAVIS" ]]; then
skip "Travis doesn't like this test"
fi

run unshare -muinpfr --mount-proc true
if [[ "$status" -ne 0 ]]; then
skip "unshare doesn't support all the needed options"
Expand Down

0 comments on commit 1559bde

Please sign in to comment.