Skip to content

Commit

Permalink
Temporarily disable DeckTapeFunctionalSpec on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Dec 31, 2022
1 parent 4e716ee commit f3b1da0
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class DeckTapeFunctionalSpec extends FunctionalSpecification {

@Unroll
@Timeout(240)
// TODO: Check and re-enable on windows.
@IgnoreIf({ OperatingSystem.current().windows })
void 'Standalone asciidoctor slide task can be exported with #profile profile'() {
setup:
withBuildScan = true
Expand Down Expand Up @@ -166,13 +168,13 @@ class DeckTapeFunctionalSpec extends FunctionalSpecification {

when:
BuildResult result = getGradleRunner([
'-i',
'standalonePdfConverter',
'--width=1024',
'--height=768',
'--range=2-3',
'--pause=1000',
'--load-pause=500'
'-i',
'standalonePdfConverter',
'--width=1024',
'--height=768',
'--range=2-3',
'--pause=1000',
'--load-pause=500'
]).build()

then:
Expand Down

0 comments on commit f3b1da0

Please sign in to comment.