Skip to content

Commit

Permalink
Skip test to debug Windows action stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanKlippert committed Jun 23, 2024
1 parent 7384410 commit a861526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows build & test
name: Windows tests only

on: workflow_dispatch

Expand All @@ -17,9 +17,6 @@ jobs:
with:
go-version: stable

- name: Build
run: go build -v .

- name: Test
run: go test -v .

Expand Down
1 change: 1 addition & 0 deletions wkhtmltopdf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func TestGeneratePDF(t *testing.T) {
}

func TestContextCancellation(t *testing.T) {
t.SkipNow()
pdfg := newTestPDFGenerator(t)
htmlfile, err := os.ReadFile("testdata/htmlsimple.html")
if err != nil {
Expand Down

0 comments on commit a861526

Please sign in to comment.