Skip to content

Commit

Permalink
Merge pull request #5294 from aws/fix-opsworks
Browse files Browse the repository at this point in the history
remove opsworks smoke test
  • Loading branch information
lucix-aws committed Jun 24, 2024
2 parents 9bdfe74 + 7ca485f commit 38baa50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 66 deletions.
6 changes: 6 additions & 0 deletions private/model/api/smoke.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,19 @@ var smokeTestsCustomizations = map[string]func(*SmokeTestSuite) error{
"waf": wafSmokeTestCustomization,
"wafregional": wafRegionalSmokeTestCustomization,
"iotdataplane": iotDataPlaneSmokeTestCustomization,
"opsworks": removeSmokeTests,
}

func iotDataPlaneSmokeTestCustomization(suite *SmokeTestSuite) error {
suite.TestCases = []SmokeTestCase{}
return nil
}

func removeSmokeTests(suite *SmokeTestSuite) error {
suite.TestCases = []SmokeTestCase{}
return nil
}

func wafSmokeTestCustomization(suite *SmokeTestSuite) error {
return filterWAFCreateSqlInjectionMatchSet(suite)
}
Expand Down
66 changes: 0 additions & 66 deletions service/opsworks/integ_test.go

This file was deleted.

0 comments on commit 38baa50

Please sign in to comment.