Skip to content

Commit 40f5ac4

Browse files
projectgusespressif-bot
authored andcommitted
ci: Temporarily remove the esp_http_client httpbin redirect tests
Need to host httpbin ourselves or wait for postmanlabs/httpbin/issues/617 to be resolved
1 parent e036d92 commit 40f5ac4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/protocols/esp_http_client/esp_http_client_test.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ def test_examples_protocol_esp_http_client(env, extra_data):
2929
dut1.expect(re.compile(r"HTTP Basic Auth Status = 200, content_length = (\d)"))
3030
dut1.expect(re.compile(r"HTTP Basic Auth redirect Status = 200, content_length = (\d)"))
3131
dut1.expect(re.compile(r"HTTP Digest Auth Status = 200, content_length = (\d)"))
32-
dut1.expect(re.compile(r"HTTP Relative path redirect Status = 200, content_length = (\d)"))
33-
dut1.expect(re.compile(r"HTTP Absolute path redirect Status = 200, content_length = (\d)"))
3432
dut1.expect(re.compile(r"HTTPS Status = 200, content_length = (\d)"))
35-
dut1.expect(re.compile(r"HTTP redirect to HTTPS Status = 200, content_length = (\d)"), timeout=10)
3633
dut1.expect(re.compile(r"HTTP chunk encoding Status = 200, content_length = (-?\d)"))
3734
# content-len for chunked encoding is typically -1, could be a positive length in some cases
3835
dut1.expect(re.compile(r"HTTP Stream reader Status = 200, content_length = (\d)"))
@@ -58,10 +55,7 @@ def test_examples_protocol_esp_http_client(env, extra_data):
5855
dut1.expect(re.compile(r"HTTP Basic Auth Status = 200, content_length = (\d)"))
5956
dut1.expect(re.compile(r"HTTP Basic Auth redirect Status = 200, content_length = (\d)"))
6057
dut1.expect(re.compile(r"HTTP Digest Auth Status = 200, content_length = (\d)"))
61-
dut1.expect(re.compile(r"HTTP Relative path redirect Status = 200, content_length = (\d)"))
62-
dut1.expect(re.compile(r"HTTP Absolute path redirect Status = 200, content_length = (\d)"))
6358
dut1.expect(re.compile(r"HTTPS Status = 200, content_length = (\d)"))
64-
dut1.expect(re.compile(r"HTTP redirect to HTTPS Status = 200, content_length = (\d)"), timeout=10)
6559
dut1.expect(re.compile(r"HTTP chunk encoding Status = 200, content_length = (-?\d)"))
6660
# content-len for chunked encoding is typically -1, could be a positive length in some cases
6761
dut1.expect(re.compile(r"HTTP Stream reader Status = 200, content_length = (\d)"))

0 commit comments

Comments
 (0)