Skip to content

Commit 7ca485f

Browse files
committed
remove opsworks smoke test
1 parent 9bdfe74 commit 7ca485f

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)