Skip to content

Commit

Permalink
Merge pull request #5320 from aws/fix-cloudsearch
Browse files Browse the repository at this point in the history
remove integration test broken by cloudsearch service
  • Loading branch information
lucix-aws committed Jul 25, 2024
2 parents 37d771a + 3800e5c commit 0eb09e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 66 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
### SDK Enhancements

### SDK Bugs
* Remove broken integration test.
* Remove integration test broken by cloudsearch service.
1 change: 1 addition & 0 deletions private/model/api/smoke.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var smokeTestsCustomizations = map[string]func(*SmokeTestSuite) error{
"wafregional": wafRegionalSmokeTestCustomization,
"iotdataplane": iotDataPlaneSmokeTestCustomization,
"opsworks": removeSmokeTests,
"cloudsearch": removeSmokeTests,
}

func iotDataPlaneSmokeTestCustomization(suite *SmokeTestSuite) error {
Expand Down
66 changes: 0 additions & 66 deletions service/cloudsearch/integ_test.go

This file was deleted.

0 comments on commit 0eb09e6

Please sign in to comment.