-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
mach test-unit -p net fails #36837
Copy link
Copy link
Closed
Description
---- hsts::test_preload_hsts_domains_well_formed stdout ----
thread 'hsts::test_preload_hsts_domains_well_formed' panicked at components/net/tests/hsts.rs:395:5:
assertion failed: !hsts_list.entries_map.is_empty()
failures:
hsts::test_preload_hsts_domains_well_formed
test result: FAILED. 432 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
This is a regression from d7e560c. We're missing the feature flag that embeds the HSTS preload list in the test binaries.
Reactions are currently unavailable