Skip to content

Commit b33795d

Browse files
teo-tsirpanisshaunrd0
authored andcommitted
Do not override VFS config options in REST CI. (#5692)
Extracts 4e56a79 from #5631, in order to unblock changes to REST CI needed for that PR. --- TYPE: NO_HISTORY
1 parent ce92354 commit b33795d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/support/src/vfs_helpers.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ Status SupportedFsS3::prepare_config(
169169
[[maybe_unused]] tiledb_config_t* config,
170170
[[maybe_unused]] tiledb_error_t* error) {
171171
#ifndef TILEDB_TESTS_AWS_S3_CONFIG
172+
if (rest_) {
173+
// REST CI gets configured by environment variables.
174+
return Status::Ok();
175+
}
172176
REQUIRE(
173177
tiledb_config_set(
174178
config, "vfs.s3.endpoint_override", "localhost:9999", &error) ==

0 commit comments

Comments
 (0)