Skip to content

Commit

Permalink
test: fs: Remove skipped tests
Browse files Browse the repository at this point in the history
Remove skipped test for fs, virtiofs works pass all the test.

Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
  • Loading branch information
jcvenegas committed Aug 19, 2020
1 parent 32fe0dc commit 0060143
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conformance/posixfs/fstests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ function main() {
check_dockerfiles_images "$IMAGE" "$DOCKERFILE"
docker run -d --runtime $RUNTIME --name $CONT_NAME $IMAGE $PAYLOAD_ARGS

echo "WARNING: Removing failing tests (Issue https://github.com/kata-containers/runtime/issues/826" >&2
REMOVE_FILES="cd pjdfstest/tests && rm -f chown/00.t chmod/12.t link/00.t mkdir/00.t symlink/03.t mkfifo/00.t mknod/00.t mknod/11.t open/00.t"
docker exec $CONT_NAME bash -c "${REMOVE_FILES}"
docker exec $CONT_NAME bash -c "cd /pjdfstest && prove -r"

Expand Down

0 comments on commit 0060143

Please sign in to comment.