Skip to content

Commit 6684987

Browse files
committed
Remove chromedriver comment
1 parent 001f4b0 commit 6684987

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

crates/web-sys/tests/wasm/whitelisted_immutable_slices.rs

-10
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ extern "C" {
2525
// These functions come from element.js
2626
}
2727

28-
// TODO: Uncomment WebGlRenderingContext test. Every now and then we can check if this works
29-
// in the latest geckodriver.
30-
//
31-
// Currently commented out because WebGl isn't working in geckodriver.
32-
//
33-
// It currently works in chromedriver so if you need to run this in the meantime you can
34-
// uncomment this block and run it in using chromedriver.
35-
//
36-
// CHROMEDRIVER=chromedriver cargo test -p web-sys --target wasm32-unknown-unknown --all-features test_webgl_rendering_context_immutable_slices
37-
3828
// Ensure that our whitelisted WebGlRenderingContext methods work
3929
// GECKODRIVER=geckodriver cargo test -p web-sys --target wasm32-unknown-unknown --all-features test_webgl_rendering_context_immutable_slices
4030
#[wasm_bindgen_test]

0 commit comments

Comments
 (0)