Skip to content
Snippets Groups Projects
Commit aaf5e1e6 authored by Matt Wise's avatar Matt Wise
Browse files

properly remove partition on test teardown

parent f1a1dfd1
No related branches found
No related tags found
1 merge request!54Add Environment variable for int tests
......@@ -30,6 +30,12 @@ public class TestUpdatePartition extends UpdatePartitionTest {
@After
@Override
public void tearDown() {
try {
this.deleteResource();
}
catch (Exception e) {
}
this.testUtils = null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment