Remove clean_rmeta from crown test (#30829)

it causes rebuilds in unit tests
This commit is contained in:
Samson 2023-12-06 11:45:56 +01:00 committed by GitHub
parent 9028c90332
commit e7c412e7ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,6 @@ fn run_mode(mode: &'static str, bless: bool) {
));
// Does not work reliably: https://github.com/servo/servo/pull/30508#issuecomment-1834542203
//config.link_deps();
config.clean_rmeta();
config.strict_headers = true;
compiletest::run_tests(&config);