Skip to content

Commit

Permalink
remove from tests (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
t4lz authored Jun 10, 2024
1 parent 46ebce6 commit 5834f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/+remove-baidu.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove baidu.com from E2E tests.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -60,4 +59,4 @@ function makeRequests() {

for (let i = 0; i < 1; i++) {
makeRequests();
}
}

0 comments on commit 5834f64

Please sign in to comment.