Skip to content

Commit

Permalink
Merge pull request quarkusio#1241 from wburns/stop_resource_order
Browse files Browse the repository at this point in the history
Stop runner before resources
  • Loading branch information
stuartwdouglas authored Mar 6, 2019
2 parents 1e00f1c + ddadd84 commit 20d7529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ static class ExtensionState implements ExtensionContext.Store.CloseableResource

@Override
public void close() throws Throwable {
testResourceManager.stop();
resource.close();
testResourceManager.stop();
}

public boolean isSubstrate() {
Expand Down

0 comments on commit 20d7529

Please sign in to comment.