Skip to content

Commit

Permalink
Change google to msftconnecttest for network request (#4457)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
epicfaace and mergify[bot] authored May 11, 2023
1 parent 456ba95 commit 944ad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@ def stress(
)

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

0 comments on commit 944ad60

Please sign in to comment.