Skip to content

Commit 22a344f

Browse files
committed
"Fix" test
1 parent bf7355a commit 22a344f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/plugin_tests/test_early_data_plugin.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import pickle
22

3+
import pytest
4+
35
from sslyze.plugins.early_data_plugin import EarlyDataPlugin, EarlyDataScanCommand
46
from sslyze.server_connectivity_tester import ServerConnectivityTester
57
from tests.markers import can_only_run_on_linux_64
@@ -29,6 +31,7 @@ def test_early_data_enabled(self):
2931
# Ensure the results are pickable so the ConcurrentScanner can receive them via a Queue
3032
assert pickle.dumps(plugin_result)
3133

34+
@pytest.mark.skip("Find an online server that supports early data; cloudflare disabled support for it")
3235
def test_early_data_enabled_online(self):
3336
server_test = ServerConnectivityTester(hostname='www.cloudflare.com')
3437
server_info = server_test.perform()

0 commit comments

Comments
 (0)