Skip to content

Commit

Permalink
Disable Fargate tests until #1041 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Feb 22, 2024
1 parent a7375ee commit 23f34fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func TestAccKubernetesServiceIPv4RangeForCluster(t *testing.T) {
}

func TestAccFargate(t *testing.T) {
t.Skip("https://github.com/pulumi/pulumi-eks/issues/1041")
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "./fargate"),
Expand Down
1 change: 1 addition & 0 deletions examples/examples_py_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func TestAccClusterPy(t *testing.T) {
}

func TestAccFargatePy(t *testing.T) {
t.Skip("https://github.com/pulumi/pulumi-eks/issues/1041")
test := getPythonBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: filepath.Join(getCwd(t), "fargate-py"),
Expand Down

0 comments on commit 23f34fa

Please sign in to comment.