Unverified Commit af8474aa authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Ignore more tests (#3057)

These tests are flaky for some reason

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 562d1787
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -185,6 +185,7 @@ mod custom_tls_tests {
    }

    #[tokio::test]
    #[ignore]
    async fn test_native_tls_connector_can_make_http_requests() {
        let conn = Adapter::builder().build(native_tls());
        let conn = DynConnector::new(conn);
@@ -194,6 +195,7 @@ mod custom_tls_tests {
    }

    #[tokio::test]
    #[ignore]
    async fn test_native_tls_connector_can_make_https_requests() {
        let conn = Adapter::builder().build(native_tls());
        let conn = DynConnector::new(conn);