File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 119
119
SKIPPED_TESTS << { file : 'ml/set_upgrade_mode.yml' ,
120
120
description : 'Attempt to open job when upgrade_mode is enabled' }
121
121
122
+ # Expecting "missing" error and getting 409 Conflict
123
+ SKIPPED_TESTS << { file : 'ml/post_data.yml' ,
124
+ description : 'Test POST data with invalid parameters' }
125
+
126
+ # Expecting "missing" error and getting 409 Conflict
127
+ SKIPPED_TESTS << { file : 'ml/post_data.yml' ,
128
+ description : 'Test Flush data with invalid parameters' }
129
+
130
+ # Expecting "missing" error and getting 409 Conflict
131
+ SKIPPED_TESTS << { file : 'ml/forecast.yml' ,
132
+ description : 'Test forecast unknown job' }
133
+
122
134
# Non-zero length node_settings field
123
135
SKIPPED_TESTS << { file : 'deprecation/10_basic.yml' ,
124
136
description : 'Test Deprecations' }
@@ -189,4 +201,4 @@ def self.included(context)
189
201
config . include ( HelperModule )
190
202
config . formatter = 'documentation'
191
203
config . color = true
192
- end
204
+ end
You can’t perform that action at this time.
0 commit comments