Skip to content

Commit eb1a5c4

Browse files
committed
test: add skip
1 parent e07da8e commit eb1a5c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_rest_checksum.sh

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ source ./tests/util/util_setup.sh
2424
test_file="test_file"
2525

2626
@test "REST - invalid checksum type" {
27+
if [ "$DIRECT" != "true" ]; then
28+
skip "https://github.com/versity/versitygw/issues/1104"
29+
fi
2730
test_file="test_file"
2831
run setup_bucket_and_file "$BUCKET_ONE_NAME" "$test_file"
2932
assert_success

0 commit comments

Comments
 (0)