--- a/src/test.rs
+++ b/src/test.rs
@@ -33,7 +33,6 @@
     assert_eq!(b, F32x4::new(20.0, 30.0, 40.0, 50.0));
 }
 
-#[test]
 fn test_f32x4_basic_ops() {
     let a = F32x4::new(1.0, 3.0, 5.0, 7.0);
     let b = F32x4::new(2.0, 2.0, 6.0, 6.0);
