HDFS-11278. Add missing @Test annotation for TestSafeMode.testSafeModeUtils() (Contributed by Lukas Majercak via Daniel Templeton)
(cherry picked from commitce3613c965
) (cherry picked from commitaf266c8c85
)
This commit is contained in:
parent
5f36b62265
commit
747be79b22
|
@ -482,6 +482,7 @@ public class TestSafeMode {
|
|||
* Tests some utility methods that surround the SafeMode's state.
|
||||
* @throws IOException when there's an issue connecting to the test DFS.
|
||||
*/
|
||||
@Test
|
||||
public void testSafeModeUtils() throws IOException {
|
||||
dfs = cluster.getFileSystem();
|
||||
|
||||
|
|
Loading…
Reference in New Issue