7
7
"io/fs"
8
8
"net/mail"
9
9
"os"
10
- "runtime"
11
10
"testing"
12
11
13
12
"github.com/stretchr/testify/require"
@@ -162,10 +161,10 @@ func TestToMarkdownFull(t *testing.T) {
162
161
}
163
162
164
163
func TestToTabularMarkdown (t * testing.T ) {
165
- if runtime .GOOS == "windows" {
166
- t .Skipf ("FIXME on windows (?)" )
167
- return
168
- }
164
+ // if runtime.GOOS == "windows" {
165
+ // t.Skipf("FIXME on windows (?)")
166
+ // return
167
+ // }
169
168
170
169
app := buildExtendedTestCommand ()
171
170
@@ -205,10 +204,10 @@ func TestToTabularMarkdownFailed(t *testing.T) {
205
204
}
206
205
207
206
func TestToTabularToFileBetweenTags (t * testing.T ) {
208
- if runtime .GOOS == "windows" {
209
- t .Skipf ("FIXME on windows (?)" )
210
- return
211
- }
207
+ // if runtime.GOOS == "windows" {
208
+ // t.Skipf("FIXME on windows (?)")
209
+ // return
210
+ // }
212
211
213
212
expectedDocs , fErr := testdata .ReadFile ("testdata/expected-tabular-markdown-full.md" )
214
213
@@ -353,10 +352,10 @@ func TestToMarkdown(t *testing.T) {
353
352
}
354
353
355
354
func TestToMan (t * testing.T ) {
356
- if runtime .GOOS == "windows" {
357
- t .Skipf ("FIXME on windows (?)" )
358
- return
359
- }
355
+ // if runtime.GOOS == "windows" {
356
+ // t.Skipf("FIXME on windows (?)")
357
+ // return
358
+ // }
360
359
361
360
app := buildExtendedTestCommand ()
362
361
@@ -379,10 +378,10 @@ func TestToManParseError(t *testing.T) {
379
378
}
380
379
381
380
func TestToManWithSection (t * testing.T ) {
382
- if runtime .GOOS == "windows" {
383
- t .Skipf ("FIXME on windows (?)" )
384
- return
385
- }
381
+ // if runtime.GOOS == "windows" {
382
+ // t.Skipf("FIXME on windows (?)")
383
+ // return
384
+ // }
386
385
387
386
cmd := buildExtendedTestCommand ()
388
387
0 commit comments