提交 9a31b8dd 编写于 作者: S Sagar Vemuri 提交者: Facebook Github Bot

Disable getApproximateSizes test (#5035)

Summary:
Disabling `org.rocksdb.RocksDBTest.getApproximateSizes` test as it is frequently crashing on travis (#5020). It will be re-enabled once the root-cause is found and fixed.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5035

Differential Revision: D14294736

Pulled By: sagar0

fbshipit-source-id: e28bff0d143a58ad6c82991fec3d4cf8c0209995
上级 0920bf4e
......@@ -1056,6 +1056,7 @@ public class RocksDBTest {
}
}
@Ignore("This test crashes. Re-enable after fixing.")
@Test
public void getApproximateSizes() throws RocksDBException {
final byte key1[] = "key1".getBytes(UTF_8);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册