File: 0016-filesystem_spec-skip-tests-that-fail-on-debian.patch

package info (click to toggle)
nanoc 4.13.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,576 kB
  • sloc: ruby: 41,538; sh: 31; makefile: 15
file content (28 lines) | stat: -rw-r--r-- 993 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
22
23
24
25
26
27
28
From: Antonio Terceiro <terceiro@debian.org>
Date: Sat, 6 Feb 2021 11:18:08 -0300
Subject: filesystem_spec: skip tests that fail on debian

---
 nanoc/spec/nanoc/data_sources/filesystem_spec.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nanoc/spec/nanoc/data_sources/filesystem_spec.rb b/nanoc/spec/nanoc/data_sources/filesystem_spec.rb
index 142c050..4815218 100644
--- a/nanoc/spec/nanoc/data_sources/filesystem_spec.rb
+++ b/nanoc/spec/nanoc/data_sources/filesystem_spec.rb
@@ -274,6 +274,7 @@ describe Nanoc::DataSources::Filesystem, site: true do
       if Nanoc::Core.on_windows?
         skip 'nanoc-live is not currently supported on Windows'
       end
+      skip "Test does not work on Debian builds"
     end
 
     context 'when directory exists' do
@@ -312,6 +313,7 @@ describe Nanoc::DataSources::Filesystem, site: true do
 
         subject.stop
       end
+      skip "Test does not work on Debian builds"
     end
 
     context 'when directory does not exist' do