Skip to content

Commit

Permalink
test: skips
Browse files Browse the repository at this point in the history
  • Loading branch information
lrm25 committed Feb 12, 2025
1 parent 345deb3 commit e58b6cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_rest_chunked.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ source ./tests/util/util_file.sh
source ./tests/util/util_head_object.sh

@test "REST - chunked upload, no content length" {
if [ "$DIRECT" != "true" ]; then
skip "https://github.com/versity/versitygw/issues/1043"
fi
run setup_bucket "s3api" "$BUCKET_ONE_NAME"
assert_success

Expand All @@ -37,6 +40,9 @@ source ./tests/util/util_head_object.sh
}

@test "REST - chunked upload, signature error" {
if [ "$DIRECT" != "true" ]; then
skip "https://github.com/versity/versitygw/issues/1056 - gibberish at end"
fi
run setup_bucket "s3api" "$BUCKET_ONE_NAME"
assert_success

Expand Down

0 comments on commit e58b6cd

Please sign in to comment.