We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07da8e commit eb1a5c4Copy full SHA for eb1a5c4
tests/test_rest_checksum.sh
@@ -24,6 +24,9 @@ source ./tests/util/util_setup.sh
24
test_file="test_file"
25
26
@test "REST - invalid checksum type" {
27
+ if [ "$DIRECT" != "true" ]; then
28
+ skip "https://github.com/versity/versitygw/issues/1104"
29
+ fi
30
31
run setup_bucket_and_file "$BUCKET_ONE_NAME" "$test_file"
32
assert_success
0 commit comments