|  | @@ -146,9 +146,6 @@ integTest.runner {
 | 
	
		
			
				|  |  |      'ml/inference_crud/Test put model with empty input.field_names',
 | 
	
		
			
				|  |  |      'ml/inference_crud/Test PUT model where target type and inference config mismatch',
 | 
	
		
			
				|  |  |      'ml/inference_processor/Test create processor with missing mandatory fields',
 | 
	
		
			
				|  |  | -    'ml/inference_processor/Test create and delete pipeline with inference processor',
 | 
	
		
			
				|  |  | -    'ml/inference_processor/Test create processor with deprecated fields',
 | 
	
		
			
				|  |  | -    'ml/inference_processor/Test simulate',
 | 
	
		
			
				|  |  |      'ml/inference_stats_crud/Test get stats given missing trained model',
 | 
	
		
			
				|  |  |      'ml/inference_stats_crud/Test get stats given expression without matches and allow_no_match is false',
 | 
	
		
			
				|  |  |      'ml/jobs_crud/Test cannot create job with existing categorizer state document',
 | 
	
	
		
			
				|  | @@ -220,7 +217,7 @@ testClusters.integTest {
 | 
	
		
			
				|  |  |    testDistribution = 'DEFAULT'
 | 
	
		
			
				|  |  |    extraConfigFile 'roles.yml', file('roles.yml')
 | 
	
		
			
				|  |  |    user username: "x_pack_rest_user", password: "x-pack-test-password"
 | 
	
		
			
				|  |  | -  user username: "ml_admin", password: "x-pack-test-password", role: "minimal,machine_learning_admin"
 | 
	
		
			
				|  |  | +  user username: "ml_admin", password: "x-pack-test-password", role: "minimal,machine_learning_admin,ingest_admin"
 | 
	
		
			
				|  |  |    user username: "ml_user", password: "x-pack-test-password", role: "minimal,machine_learning_user"
 | 
	
		
			
				|  |  |    user username: "no_ml", password: "x-pack-test-password", role: "minimal"
 | 
	
		
			
				|  |  |    setting 'xpack.license.self_generated.type', 'trial'
 |