Skip to content

Commit

Permalink
Disable kinesis test
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcanadi committed Mar 27, 2018
1 parent 7d1bd60 commit c568e6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cloud/db_cloud_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,9 @@ TEST_F(CloudTest, Encryption) {
CloseDB();
}

// TODO(igor): determine why this fails
TEST_F(DISABLED_CloudTest, KeepLocalLogKinesis) {
// TODO(igor): determine why this fails,
// https://github.com/rockset/rocksdb-cloud/issues/35
TEST_F(CloudTest, DISABLED_KeepLocalLogKinesis) {
cloud_env_options_.keep_local_log_files = false;
cloud_env_options_.log_type = LogType::kLogKinesis;

Expand Down

0 comments on commit c568e6e

Please sign in to comment.