File: 0003-Mark-test-as-pending.patch

package info (click to toggle)
ruby-uglifier 2.7.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 260 kB
  • ctags: 68
  • sloc: ruby: 611; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 591 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: Antonio Terceiro <terceiro@debian.org>
Date: Sun, 7 Aug 2016 20:28:59 -0300
Subject: Mark test as pending

This patch is Debian-specific
---
 spec/source_map_spec.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spec/source_map_spec.rb b/spec/source_map_spec.rb
index 8803db7..9cd9880 100644
--- a/spec/source_map_spec.rb
+++ b/spec/source_map_spec.rb
@@ -57,6 +57,7 @@ describe "Uglifier" do
   end
 
   it "should be able to handle an input source map" do
+    pending "Needs UglifyJS >= 2.5 to work"
     source = <<-JS
       function hello () {
         function world () {