1 2 3 4 5 6 7 8 9 10
|
exclude :test_default_with_starttls_capable, 'hangs'
exclude :test_default_without_starttls_capable, 'hangs'
exclude :test_disable_starttls, 'hangs'
exclude :test_enable_starttls_and_enable_starttls_auto, 'hangs'
exclude :test_enable_starttls_auto_with_starttls_capable, 'hangs'
exclude :test_enable_starttls_with_starttls_capable, 'hangs'
exclude :test_enable_tls_and_enable_starttls, 'hangs'
exclude :test_enable_tls_and_enable_starttls_auto, 'hangs'
exclude :test_tls_with_starttls_capable, 'hangs'
exclude :test_tls_without_starttls_capable, 'hangs'
|