Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 38baa50

Browse files
authored
Merge pull request #5294 from aws/fix-opsworks
remove opsworks smoke test
2 parents 9bdfe74 + 7ca485f commit 38baa50

File tree

2 files changed

+6
-66
lines changed

2 files changed

+6
-66
lines changed

private/model/api/smoke.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,19 @@ var smokeTestsCustomizations = map[string]func(*SmokeTestSuite) error{
3131
"waf": wafSmokeTestCustomization,
3232
"wafregional": wafRegionalSmokeTestCustomization,
3333
"iotdataplane": iotDataPlaneSmokeTestCustomization,
34+
"opsworks": removeSmokeTests,
3435
}
3536

3637
func iotDataPlaneSmokeTestCustomization(suite *SmokeTestSuite) error {
3738
suite.TestCases = []SmokeTestCase{}
3839
return nil
3940
}
4041

42+
func removeSmokeTests(suite *SmokeTestSuite) error {
43+
suite.TestCases = []SmokeTestCase{}
44+
return nil
45+
}
46+
4147
func wafSmokeTestCustomization(suite *SmokeTestSuite) error {
4248
return filterWAFCreateSqlInjectionMatchSet(suite)
4349
}

service/opsworks/integ_test.go

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)