Move some UI tests into subdirectories
to avoid going over the existing limit now that the ui-fulldeps tests have been moved to ui.
This commit is contained in:
parent
eb3e9c1f45
commit
01b75e20f2
@ -9,7 +9,7 @@
|
||||
|
||||
const ENTRY_LIMIT: usize = 1000;
|
||||
// FIXME: The following limits should be reduced eventually.
|
||||
const ROOT_ENTRY_LIMIT: usize = 940;
|
||||
const ROOT_ENTRY_LIMIT: usize = 881;
|
||||
const ISSUES_ENTRY_LIMIT: usize = 1978;
|
||||
|
||||
fn check_entries(tests_path: &Path, bad: &mut bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user