Skip to content

Commit

Permalink
[Caffe2] Skip //caffe2/caffe2:caffe2_test_cpu -- 'DBSeekTest\.RocksDB'
Browse files Browse the repository at this point in the history
Summary: Skip the test to unblock dper fbpkg push

Test Plan: buck test //caffe2/caffe2:caffe2_test_cpu -- 'DBSeekTest\.RocksDB' --run-disabled

Reviewed By: cheshen1

Differential Revision: D20043418

fbshipit-source-id: 05ceb2cea08722a671fa211d73680fd4b78f354c
  • Loading branch information
houseroad authored and facebook-github-bot committed Feb 22, 2020
1 parent 1c08fa7 commit 59daf16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caffe2/db/db_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ static void DBSeekTestWrapper(const string& db_type) {
}

TEST(DBSeekTest, RocksDB) {
SKIP() << "The test is broken. So skip.";
DBSeekTestWrapper("rocksdb");
}

Expand Down

0 comments on commit 59daf16

Please sign in to comment.