Skip to content

Commit

Permalink
Temporarily disable Packet tests. (pulumi#468)
Browse files Browse the repository at this point in the history
We are having trouble with authorization failures in these tests.
  • Loading branch information
pgavlin authored Nov 19, 2019
1 parent b81a0b6 commit 7064b02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/test/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,8 @@ func TestAccGcpTsServerlessRaw(t *testing.T) {
}

func TestAccPacketPyWebserver(t *testing.T) {
t.Skipf("skipping temporarily due to Packet auth failures")

test := getBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "..", "..", "packet-py-webserver"),
Expand All @@ -953,6 +955,8 @@ func TestAccPacketPyWebserver(t *testing.T) {
}

func TestAccPacketTsWebserver(t *testing.T) {
t.Skipf("skipping temporarily due to Packet auth failures")

test := getBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: path.Join(getCwd(t), "..", "..", "packet-ts-webserver"),
Expand Down

0 comments on commit 7064b02

Please sign in to comment.