Skip to content

Commit

Permalink
Temporarily disable workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Oct 17, 2024
1 parent 3fce2f5 commit a69961b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/s3fs_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ TEST_F(TestS3FS, GetFileInfoGenerator) {
class TestS3FSHTTP : public TestS3FS {
public:
void SetUp() override {
enable_tls_if_supported_ = false;
enable_tls_if_supported_ = true;
TestS3FS::SetUp();
}
};
Expand Down

0 comments on commit a69961b

Please sign in to comment.