Skip to content

Commit be5da75

Browse files
committed
only test whlist on base
1 parent 5e681fd commit be5da75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ mod test {
442442
}
443443

444444
#[test]
445+
#[cfg(not(feature = "web"))]
445446
fn check_op_whitelist() {
446447
let inner = || -> Result<(), Error> {
447448
let mut runtime = Runtime::new(RuntimeOptions::default())?;

0 commit comments

Comments
 (0)