Skip to content

Commit 944ad60

Browse files
Change google to msftconnecttest for network request (#4457)
* Test - change google to wikipedia for network request Related to #4433 -- let's see if this fixes flakiness. * Update test_cli.py --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 456ba95 commit 944ad60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cli/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,7 @@ def stress(
25732573
)
25742574

25752575
# Test network access
2576-
REQUEST_CMD = """python -c "import urllib.request; urllib.request.urlopen('https://www.google.com').read()" """
2576+
REQUEST_CMD = """python -c "import urllib.request; urllib.request.urlopen('http://www.msftconnecttest.com/connecttest.txt').read()" """
25772577
# Network access is set to true by default
25782578
wait(_run_command([cl, 'run', REQUEST_CMD], request_memory="10m"), 0)
25792579
# --request-network should behave the same as above

0 commit comments

Comments
 (0)