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 119119SKIPPED_TESTS << { file : 'ml/set_upgrade_mode.yml' ,
120120 description : 'Attempt to open job when upgrade_mode is enabled' }
121121
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+
122134# Non-zero length node_settings field
123135SKIPPED_TESTS << { file : 'deprecation/10_basic.yml' ,
124136 description : 'Test Deprecations' }
@@ -189,4 +201,4 @@ def self.included(context)
189201 config . include ( HelperModule )
190202 config . formatter = 'documentation'
191203 config . color = true
192- end
204+ end
You can’t perform that action at this time.
0 commit comments