Amend HBASE-20646 TestWALProcedureStoreOnHDFS failing on branch-1

Suppress error-prone false positive
This commit is contained in:
Andrew Purtell 2018-05-30 13:46:46 -07:00
parent 345567d714
commit f4ac15999a
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ public class TestWALProcedureStoreOnHDFS {
}
// No @After
@SuppressWarnings("JUnit4TearDownNotRun")
public void tearDown() throws Exception {
store.stop(false);
UTIL.getDFSCluster().getFileSystem().delete(store.getWALDir(), true);