Project

General

Profile

action #90365

Updated by okurz about 3 years ago

## Observation 

 https://app.circleci.com/pipelines/github/os-autoinst/openQA/5995/workflows/26acbaef-496f-41e5-87c0-6a9a9daf62ab/jobs/56548/steps 

 ``` 
 [14:18:29] t/ui/13-admin.t ............................ 12/?  
     #     Failed test 'YAML got a final linebreak' 
     #     at t/ui/13-admin.t line 583. 
     #            got: 'products: {} 
     # scenarios: {} 
     # ' 
     #       expected: 'products: {} 
     # scenarios: {} 
     #    # additional comment 
     # ' 
     # 0 

     #     Failed test 'conflict reported' 
     #     at t/ui/13-admin.t line 592. 
     #                     'YAML saved! 
     # 1 
     # @@ -1,2 +1,3 @@ 
     # 2 
     #    products: {} 
     # 3 
     #    scenarios: {} 
     # 4 
     # + # additional comment # one more comment' 
     #       doesn't match '(?^:Template was modified)' 
     # 0 
     # Looks like you failed 2 tests of 41. 
 [14:18:29] t/ui/13-admin.t ............................ 13/?  
 ``` 

 ## Acceptance criteria 
 * **AC1:** Test is proven stable over multiple runs 
 * **AC2:** Test is not in "unstable" list anymore 

 ## Suggestions 
 * **DONE:** Mark test as unstable 
 * Reproduce failure (locally or within CI) 
 * Fix problem 
 * Add back after proven stable

Back