Skip to content

Commit

Permalink
Revert "only run TestAccTeamDeleteOnAPIBeforeApply"
Browse files Browse the repository at this point in the history
This reverts commit 92ffc13.
  • Loading branch information
jmcvetta committed Dec 8, 2020
1 parent d5d0d3e commit ce141fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test:
@#echo $(TEST) | xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4

testacc:
TF_ACC=1 go test -covermode=atomic -coverprofile=coverage.out $(TEST) -v $(TESTARGS) -timeout 120m -testify.m TestAccTeamDeleteOnAPIBeforeApply
TF_ACC=1 go test -covermode=atomic -coverprofile=coverage.out $(TEST) -v $(TESTARGS) -timeout 120m

slscan:
./.slscan.sh
Expand Down

0 comments on commit ce141fa

Please sign in to comment.