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
This commit is contained in:
Sagar Vemuri 2019-03-01 23:01:59 -08:00 committed by Facebook Github Bot
parent 0920bf4e68
commit 9a31b8dd2c

View File

@ -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);