In Spring Boot 1.4.0.RELEASE the testing support does not invoke WebDriver.quit() between tests. It should also create a new instance for every test method.
The @Autowire WebDriver should add a hook so that after every test WebDriver.quit() is invoked and a new instance is created at the beginning of each tests.