|  | @@ -128,15 +128,15 @@ processTestResources {
 | 
	
		
			
				|  |  |    from project(':x-pack:plugin:core')
 | 
	
		
			
				|  |  |            .file('src/test/resources/org/elasticsearch/xpack/security/transport/ssl/certs/simple/testnode.jks')
 | 
	
		
			
				|  |  |    dependsOn configurations.restSpec
 | 
	
		
			
				|  |  | -  // don't add the tasks to build the docker images if we have no way of testing them
 | 
	
		
			
				|  |  | -  if (TestFixturesPlugin.dockerComposeSupported()) {
 | 
	
		
			
				|  |  | -    dependsOn assemble
 | 
	
		
			
				|  |  | -  }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  task integTest(type: Test) {
 | 
	
		
			
				|  |  |    maxParallelForks = '1'
 | 
	
		
			
				|  |  |    include '**/*IT.class'
 | 
	
		
			
				|  |  | +  // don't add the tasks to build the docker images if we have no way of testing them
 | 
	
		
			
				|  |  | +  if (TestFixturesPlugin.dockerComposeSupported()) {
 | 
	
		
			
				|  |  | +    dependsOn assemble
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  check.dependsOn integTest
 |