Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef2d9c2

Browse filesBrowse files
joyeecheungMylesBorins
authored andcommitted
test: do not check TXT content in test-dns-any
google.com added another TXT record which broke this test. This removes the check on the content of the TXT record since that depends on an external state subject to change. PR-URL: #18547 Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent a33dc81 commit ef2d9c2
Copy full SHA for ef2d9c2

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Open diff view settings
Collapse file

‎test/internet/test-dns-any.js‎

Copy file name to clipboardExpand all lines: test/internet/test-dns-any.js
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ const checkers = {
5959
checkTXT(r) {
6060
assert.ok(Array.isArray(r.entries));
6161
assert.ok(r.entries.length > 0);
62-
r.entries.forEach((txt) => {
63-
assert(txt.startsWith('v=spf1'));
64-
});
6562
assert.strictEqual(r.type, 'TXT');
6663
},
6764
checkSOA(r) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.