temporarily disable tests on android and tagging issue number #10379
This commit is contained in:
parent
480894796a
commit
d6f7669c78
2 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ mod test {
|
|||
|
||||
#[test]
|
||||
#[ignore(cfg(windows))] // FIXME #8818
|
||||
#[ignore(cfg(target_os="android"))] // FIXME(#10379)
|
||||
fn test_loading_cosine() {
|
||||
// The math library does not need to be loaded since it is already
|
||||
// statically linked in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue