Skip to content

Commit

Permalink
cargotest: remove webrender
Browse files Browse the repository at this point in the history
The current webrender commit occasionally fails without a reason, and
the latest webrender commit is missing a dependency on our Windows
builders. It's not worth installing an extra dependency for cargotest,
and the spurious failure makes keeping this test not worth it.
  • Loading branch information
pietroalbini committed Mar 31, 2020
1 parent 75ff311 commit 0110634
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tools/cargotest/main.rs
Expand Up @@ -58,13 +58,6 @@ const TEST_REPOS: &'static [Test] = &[
// This takes much less time to build than all of Servo and supports stable Rust.
packages: &["selectors"],
},
Test {
name: "webrender",
repo: "https://github.com/servo/webrender",
sha: "a3d6e6894c5a601fa547c6273eb963ca1321c2bb",
lock: None,
packages: &[],
},
];

fn main() {
Expand Down

0 comments on commit 0110634

Please sign in to comment.