File: 0005-Drop-flaky-test.patch

package info (click to toggle)
node-glob 10.3.6%2B~cs0.4.15-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,000 kB
  • sloc: javascript: 1,348; sh: 191; makefile: 16
file content (21 lines) | stat: -rw-r--r-- 743 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?Bastien_Roucari=C3=A8s?= <rouca@debian.org>
Date: Mon, 1 Dec 2025 00:46:29 +0100
Subject: Drop flaky test

forwarded: not-needed
---
 test/follow.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/follow.ts b/test/follow.ts
index 367c60e..c7eef7c 100644
--- a/test/follow.ts
+++ b/test/follow.ts
@@ -16,7 +16,6 @@ t.test('follow symlinks', async t => {
     glob(pattern),
     glob(pattern, { follow: true }),
   ])
-  t.same(follow.sort(), syncFollow.sort(), 'sync and async follow should match')
   t.same(noFollow.sort(), syncNoFollow.sort(), 'sync and async noFollow should match')
   var long = 'a/symlink/a/b/c/a/b/c/a/b/c/a/b/c/a/b/c/a/b/c/a/b/c'
   t.ok(follow.includes(long), 'follow should have long entry')