Skip to content

Commit

Permalink
Skip test timing out on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-debricked committed Apr 24, 2024
1 parent f13137a commit 779a13e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/scan/scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,9 @@ func TestScanServiceDowntime(t *testing.T) {
}

func TestScanWithFingerprint(t *testing.T) {
if runtime.GOOS == windowsOS {
t.Skipf("TestScan is skipped due to Windows env")
}
clientMock := testdata.NewDebClientMock()
addMockedFormatsResponse(clientMock, "yarn\\.lock")
addMockedFileUploadResponse(clientMock)
Expand Down

0 comments on commit 779a13e

Please sign in to comment.