mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
9 lines
463 B
INI
9 lines
463 B
INI
[file detection]
|
|
skip_tests: conformance-checkers docs tools
|
|
# The vast majority of tests rely on files located within the `resources`
|
|
# directory. Because of this, modifications to that directory's contents have
|
|
# the potential to introduce instability in a large number of tests.
|
|
# Exhaustively validating such changes is highly resource intensive
|
|
# (particularly in terms of execution time), making it impractical in most
|
|
# cases.
|
|
ignore_changes: resources/**
|