Skip to content

Commit

Permalink
well, windows always have to be different right
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeprojects committed Jun 15, 2024
1 parent 491f286 commit ecbc0eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ import (
"fmt"
"os"
"os/exec"
"runtime"
"testing"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

func TestGetGOARM(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("skipping test on windows")
}
t.Parallel()

testCases := []struct {
Expand Down

0 comments on commit ecbc0eb

Please sign in to comment.