Temporarily ignore intentionally failing test

This commit is contained in:
Alex Crichton 2019-05-30 11:00:51 -07:00
parent cba1e70077
commit 164712c305

View File

@ -139,6 +139,7 @@ fn rename_type() {
}
#[wasm_bindgen_test]
#[cfg(ignored)] // TODO: fix this before landing
fn switch_methods() {
assert!(!switch_methods_called());
SwitchMethods::a();