Skip to content

Commit 0110634

Browse files
committed
cargotest: remove webrender
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.
1 parent 75ff311 commit 0110634

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/tools/cargotest/main.rs

-7
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ const TEST_REPOS: &'static [Test] = &[
5858
// This takes much less time to build than all of Servo and supports stable Rust.
5959
packages: &["selectors"],
6060
},
61-
Test {
62-
name: "webrender",
63-
repo: "https://github.com/servo/webrender",
64-
sha: "a3d6e6894c5a601fa547c6273eb963ca1321c2bb",
65-
lock: None,
66-
packages: &[],
67-
},
6861
];
6962

7063
fn main() {

0 commit comments

Comments
 (0)