Change skip_list to skip_list.yml
What does this MR do and why?
Closes #771 (closed).
- Only use the full description to position test example, but not
line_noandscope_id. This positioning for testing will be more robust. - Support comment in skip_list file. We can use comment to explain why and where tests need to be skipped.
How to set up and validate locally
- Find a skipped test in
skip_list.yml - Running the skipped test
- You can see the skipped test will be pending status
Add skip test step(New)
- Find a test that need be skipped
- Running the test locally and got a failure message:
- Find or create a
file_pathby the test, fill thedescriptionwith the failure message above
Notice:
- Always fix the test on upstream first, and then consider skipping tests
- We should include your MR or Issue url in comment, try to tell others where and why
- The file is grouped by
file_path, check if a newfile_pathgroup already exists before adding it - Please add new
file_pathgroup at the bottom
由 Song Huang 编辑于

