Skip to content

Commit

Permalink
Revert skipped tests (#1310)
Browse files Browse the repository at this point in the history
Disabled as part of #1309
  • Loading branch information
danielrbradley committed Jun 12, 2024
1 parent d26a60c commit 5673b22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,7 @@ istanbul_tests::
test_nodejs:: PATH := $(WORKING_DIR)/bin:$(PATH)
test_nodejs:: bin/${PROVIDER} install_nodejs_sdk bin/gotestfmt
@export PATH
# Temporarily skipping upgrade tests due to broken release. This should be reverted after the next release passes
# See: https://github.com/pulumi/pulumi-awsx/issues/1308
# cd provider && go test -tags=nodejs -v -json -count=1 -cover -timeout 3h -parallel ${TESTPARALLELISM} . 2>&1 | tee /tmp/gotest.log | gotestfmt
cd provider && go test -tags=nodejs -v -json -count=1 -cover -timeout 3h -parallel ${TESTPARALLELISM} . 2>&1 | tee /tmp/gotest.log | gotestfmt
cd examples && go test -tags=nodejs -v -json -count=1 -cover -timeout 3h -parallel ${TESTPARALLELISM} . 2>&1 | tee /tmp/gotest.log | gotestfmt

test_python:: PATH := $(WORKING_DIR)/bin:$(PATH)
Expand Down

0 comments on commit 5673b22

Please sign in to comment.