Skip to content

Commit

Permalink
"Fix" test
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Sep 1, 2019
1 parent bf7355a commit 22a344f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/plugin_tests/test_early_data_plugin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import pickle

import pytest

from sslyze.plugins.early_data_plugin import EarlyDataPlugin, EarlyDataScanCommand
from sslyze.server_connectivity_tester import ServerConnectivityTester
from tests.markers import can_only_run_on_linux_64
Expand Down Expand Up @@ -29,6 +31,7 @@ def test_early_data_enabled(self):
# Ensure the results are pickable so the ConcurrentScanner can receive them via a Queue
assert pickle.dumps(plugin_result)

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

0 comments on commit 22a344f

Please sign in to comment.