diff --git a/db/error_handler_fs_test.cc b/db/error_handler_fs_test.cc index bcb061bfd..00247c50c 100644 --- a/db/error_handler_fs_test.cc +++ b/db/error_handler_fs_test.cc @@ -864,7 +864,7 @@ TEST_F(DBErrorHandlingFSTest, CompactionWriteError) { Destroy(options); } -TEST_F(DBErrorHandlingFSTest, CompactionWriteRetryableError) { +TEST_F(DBErrorHandlingFSTest, DISABLED_CompactionWriteRetryableError) { std::shared_ptr listener( new ErrorHandlerFSListener()); Options options = GetDefaultOptions(); @@ -911,7 +911,7 @@ TEST_F(DBErrorHandlingFSTest, CompactionWriteRetryableError) { Destroy(options); } -TEST_F(DBErrorHandlingFSTest, CompactionWriteFileScopeError) { +TEST_F(DBErrorHandlingFSTest, DISABLED_CompactionWriteFileScopeError) { std::shared_ptr listener( new ErrorHandlerFSListener()); Options options = GetDefaultOptions();