File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ sane: prereq-go ## Run sane check
443
443
./internal/service/ecs/... \
444
444
./internal/service/elbv2/... \
445
445
./internal/service/kms/... \
446
- -v -count $(TEST_COUNT ) -parallel $(ACCTEST_PARALLELISM ) -run=' ^TestAccVPCSecurityGroup_basic$$|^TestAccVPCSecurityGroup_egressMode$$|^TestAccVPCSecurityGroup_vpcAllEgress$$|^TestAccVPCSecurityGroupRule_race$$|^TestAccVPCSecurityGroupRule_protocolChange$$|^TestAccVPCDataSource_basic$$|^TestAccVPCSubnet_basic$$|^TestAccVPC_tenancy$$|^TestAccVPCRouteTableAssociation_Subnet_basic$$|^TestAccVPCRouteTable_basic$$|^TestAccLogsGroup_basic $$|^TestAccLogsGroup_multiple $$|^TestAccKMSKey_basic$$|^TestAccELBV2TargetGroup_basic$$|^TestAccECSTaskDefinition_basic$$|^TestAccECSService_basic$$' -timeout $(ACCTEST_TIMEOUT ) -vet=off
446
+ -v -count $(TEST_COUNT ) -parallel $(ACCTEST_PARALLELISM ) -run=' ^TestAccVPCSecurityGroup_basic$$|^TestAccVPCSecurityGroup_egressMode$$|^TestAccVPCSecurityGroup_vpcAllEgress$$|^TestAccVPCSecurityGroupRule_race$$|^TestAccVPCSecurityGroupRule_protocolChange$$|^TestAccVPCDataSource_basic$$|^TestAccVPCSubnet_basic$$|^TestAccVPC_tenancy$$|^TestAccVPCRouteTableAssociation_Subnet_basic$$|^TestAccVPCRouteTable_basic$$|^TestAccLogsLogGroup_basic $$|^TestAccLogsLogGroup_multiple $$|^TestAccKMSKey_basic$$|^TestAccELBV2TargetGroup_basic$$|^TestAccECSTaskDefinition_basic$$|^TestAccECSService_basic$$' -timeout $(ACCTEST_TIMEOUT ) -vet=off
447
447
@TF_ACC=1 $(GO_VER ) test \
448
448
./internal/service/lambda/... \
449
449
./internal/service/meta/... \
@@ -470,7 +470,7 @@ sanity: prereq-go ## Run sanity check (failures allowed)
470
470
./internal/service/ecs/... \
471
471
./internal/service/elbv2/... \
472
472
./internal/service/kms/... \
473
- -v -count $(TEST_COUNT ) -parallel $(ACCTEST_PARALLELISM ) -run=' ^TestAccVPCSecurityGroup_basic$$|^TestAccVPCSecurityGroup_egressMode$$|^TestAccVPCSecurityGroup_vpcAllEgress$$|^TestAccVPCSecurityGroupRule_race$$|^TestAccVPCSecurityGroupRule_protocolChange$$|^TestAccVPCDataSource_basic$$|^TestAccVPCSubnet_basic$$|^TestAccVPC_tenancy$$|^TestAccVPCRouteTableAssociation_Subnet_basic$$|^TestAccVPCRouteTable_basic$$|^TestAccLogsGroup_basic $$|^TestAccLogsGroup_multiple $$|^TestAccKMSKey_basic$$|^TestAccELBV2TargetGroup_basic$$|^TestAccECSTaskDefinition_basic$$|^TestAccECSService_basic$$' -timeout $(ACCTEST_TIMEOUT ) -vet=off || true` ; \
473
+ -v -count $(TEST_COUNT ) -parallel $(ACCTEST_PARALLELISM ) -run=' ^TestAccVPCSecurityGroup_basic$$|^TestAccVPCSecurityGroup_egressMode$$|^TestAccVPCSecurityGroup_vpcAllEgress$$|^TestAccVPCSecurityGroupRule_race$$|^TestAccVPCSecurityGroupRule_protocolChange$$|^TestAccVPCDataSource_basic$$|^TestAccVPCSubnet_basic$$|^TestAccVPC_tenancy$$|^TestAccVPCRouteTableAssociation_Subnet_basic$$|^TestAccVPCRouteTable_basic$$|^TestAccLogsLogGroup_basic $$|^TestAccLogsLogGroup_multiple $$|^TestAccKMSKey_basic$$|^TestAccELBV2TargetGroup_basic$$|^TestAccECSTaskDefinition_basic$$|^TestAccECSService_basic$$' -timeout $(ACCTEST_TIMEOUT ) -vet=off || true` ; \
474
474
fails2=` echo -n $$ logs | grep -Fo FAIL: | wc -l | xargs` ; \
475
475
tot_fails=$$(( $$fails1+$$fails2 ) ) ; \
476
476
passes=$$(( 33-$$tot_fails ) ) ; \
You can’t perform that action at this time.
0 commit comments