diff --git a/changelog.d/+remove-baidu.internal.md b/changelog.d/+remove-baidu.internal.md new file mode 100644 index 00000000000..fe7a9c39915 --- /dev/null +++ b/changelog.d/+remove-baidu.internal.md @@ -0,0 +1 @@ +Remove baidu.com from E2E tests. diff --git a/tests/node-e2e/outgoing/test_outgoing_traffic_many_requests.mjs b/tests/node-e2e/outgoing/test_outgoing_traffic_many_requests.mjs index b06eae7bbb5..4a1106c8ea7 100644 --- a/tests/node-e2e/outgoing/test_outgoing_traffic_many_requests.mjs +++ b/tests/node-e2e/outgoing/test_outgoing_traffic_many_requests.mjs @@ -8,7 +8,6 @@ const hostList = [ "www.google.com", "www.bing.com", "www.yahoo.com", - "www.baidu.com", "www.twitter.com", "www.microsoft.com", "www.youtube.com", @@ -60,4 +59,4 @@ function makeRequests() { for (let i = 0; i < 1; i++) { makeRequests(); -} \ No newline at end of file +}