Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
varunch77 committed Jan 24, 2025
1 parent 4ece027 commit 5ae23eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/cloudwatchlogs/publish_logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ func TestLogGroupClass(t *testing.T) {

for _, param := range cloudWatchLogGroupClassTestParameters {
t.Run(param.testName, func(t *testing.T) {
// add instance id to ensure that running integration tests concurrently doesn't cause code
// to operate and validate with the same log groups and lead to flaky results
param.logGroupName += instanceId
defer awsservice.DeleteLogGroupAndStream(param.logGroupName, instanceId)
common.DeleteFile(common.AgentLogFile)
common.TouchFile(common.AgentLogFile)
Expand Down

0 comments on commit 5ae23eb

Please sign in to comment.