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_no
andscope_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_path
by the test, fill thedescription
with 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_path
group already exists before adding it - Please add new
file_path
group at the bottom
由 Song Huang 编辑于