|
@@ -45,9 +45,8 @@ public class TestAdlFileSystemContractLive extends FileSystemContractBaseTest {
|
|
protected void tearDown() throws Exception {
|
|
protected void tearDown() throws Exception {
|
|
if (AdlStorageConfiguration.isContractTestEnabled()) {
|
|
if (AdlStorageConfiguration.isContractTestEnabled()) {
|
|
cleanup();
|
|
cleanup();
|
|
- adlStore = null;
|
|
|
|
- fs = null;
|
|
|
|
}
|
|
}
|
|
|
|
+ super.tearDown();
|
|
}
|
|
}
|
|
|
|
|
|
private void cleanup() throws IOException {
|
|
private void cleanup() throws IOException {
|