@@ -161,11 +161,6 @@ func TestToMarkdownFull(t *testing.T) {
161
161
}
162
162
163
163
func TestToTabularMarkdown (t * testing.T ) {
164
- // if runtime.GOOS == "windows" {
165
- // t.Skipf("FIXME on windows (?)")
166
- // return
167
- // }
168
-
169
164
app := buildExtendedTestCommand ()
170
165
171
166
t .Run ("full" , func (t * testing.T ) {
@@ -204,11 +199,6 @@ func TestToTabularMarkdownFailed(t *testing.T) {
204
199
}
205
200
206
201
func TestToTabularToFileBetweenTags (t * testing.T ) {
207
- // if runtime.GOOS == "windows" {
208
- // t.Skipf("FIXME on windows (?)")
209
- // return
210
- // }
211
-
212
202
expectedDocs , fErr := testdata .ReadFile ("testdata/expected-tabular-markdown-full.md" )
213
203
214
204
r := require .New (t )
@@ -352,11 +342,6 @@ func TestToMarkdown(t *testing.T) {
352
342
}
353
343
354
344
func TestToMan (t * testing.T ) {
355
- // if runtime.GOOS == "windows" {
356
- // t.Skipf("FIXME on windows (?)")
357
- // return
358
- // }
359
-
360
345
app := buildExtendedTestCommand ()
361
346
362
347
res , err := ToMan (app )
@@ -378,11 +363,6 @@ func TestToManParseError(t *testing.T) {
378
363
}
379
364
380
365
func TestToManWithSection (t * testing.T ) {
381
- // if runtime.GOOS == "windows" {
382
- // t.Skipf("FIXME on windows (?)")
383
- // return
384
- // }
385
-
386
366
cmd := buildExtendedTestCommand ()
387
367
388
368
res , err := ToManWithSection (cmd , 8 )
0 commit comments