Skip to content

Commit

Permalink
ci: Updated test repo, check if Windows tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFriel committed Sep 21, 2022
1 parent 5dbba0e commit 1ff5300
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions sdk/go/auto/local_workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"os/exec"
"path/filepath"
"regexp"
"runtime"
"strings"
"sync"
"testing"
Expand Down Expand Up @@ -441,10 +440,6 @@ func randomStackName() string {
func TestNewStackRemoteSource(t *testing.T) {
t.Parallel()

if runtime.GOOS == windows {
t.Skip("TODO[pulumi/pulumi#8646] update github.com/pulumi/test-repo to fix Go compilation on Windows")
}

ctx := context.Background()
pName := "go_remote_proj"
sName := randomStackName()
Expand Down Expand Up @@ -540,10 +535,6 @@ func TestNewStackRemoteSource(t *testing.T) {
func TestUpsertStackRemoteSource(t *testing.T) {
t.Parallel()

if runtime.GOOS == windows {
t.Skip("TODO[pulumi/pulumi#8646] update github.com/pulumi/test-repo to fix Go compilation on Windows")
}

ctx := context.Background()
pName := "go_remote_proj"
sName := randomStackName()
Expand Down Expand Up @@ -639,10 +630,6 @@ func TestUpsertStackRemoteSource(t *testing.T) {
func TestNewStackRemoteSourceWithSetup(t *testing.T) {
t.Parallel()

if runtime.GOOS == windows {
t.Skip("TODO[pulumi/pulumi#8646] update github.com/pulumi/test-repo to fix Go compilation on Windows")
}

ctx := context.Background()
pName := "go_remote_proj"
sName := randomStackName()
Expand Down Expand Up @@ -750,10 +737,6 @@ func TestNewStackRemoteSourceWithSetup(t *testing.T) {
func TestUpsertStackRemoteSourceWithSetup(t *testing.T) {
t.Parallel()

if runtime.GOOS == windows {
t.Skip("TODO[pulumi/pulumi#8646] update github.com/pulumi/test-repo to fix Go compilation on Windows")
}

ctx := context.Background()
pName := "go_remote_proj"
sName := randomStackName()
Expand Down

0 comments on commit 1ff5300

Please sign in to comment.