public void setup() throws Exception {
// LXC has a bug where the TERM signal isn't sent to containers, so we can only run this test
// if docker runs with the native driver.
// See: https://github.com/docker/docker/issues/2436
final DockerClient dockerClient = getNewDockerClient();
assumeThat(dockerClient.info().executionDriver(), startsWith("native"));
}
@Test
public void testNoIntOnExit() throws Exception {
startDefaultMaster();