Commit eefdc57e authored by Steven Fackler's avatar Steven Fackler
Browse files

unignore test for 3.0.0

parent 2c9ff44b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -239,7 +239,6 @@ mod test {
    }

    #[test]
    #[cfg_attr(ossl300, ignore)] // https://github.com/openssl/openssl/issues/11672
    fn create() {
        let subject_name = "ns.example.com";
        let rsa = Rsa::generate(2048).unwrap();